Skip to content

Commit 398401a

Browse files
authored
Mute SearchableSnapshotsIntegTests.testCreateAndRestoreSearchableSnapshot (#95995) (#95997)
Relates #95987
1 parent 09558a3 commit 398401a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292

9393
public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegTestCase {
9494

95+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/95987")
9596
public void testCreateAndRestoreSearchableSnapshot() throws Exception {
9697
final String fsRepoName = randomAlphaOfLength(10);
9798
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)