[TEST] Mute SearchableSnapshotActionIT testSearchableSnapshotForceMergesIndexToOneSegment (#60904)

Due to https://github.com/elastic/elasticsearch/issues/60901
This commit is contained in:
David Roberts 2020-08-10 15:24:46 +01:00
parent 739097a56c
commit dd02e9f31a
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class SearchableSnapshotActionIT extends ESRestTestCase {
TimeUnit.SECONDS); TimeUnit.SECONDS);
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60901")
public void testSearchableSnapshotForceMergesIndexToOneSegment() throws Exception { public void testSearchableSnapshotForceMergesIndexToOneSegment() throws Exception {
String snapshotRepo = randomAlphaOfLengthBetween(4, 10); String snapshotRepo = randomAlphaOfLengthBetween(4, 10);
createSnapshotRepo(client(), snapshotRepo, randomBoolean()); createSnapshotRepo(client(), snapshotRepo, randomBoolean());