[TEST] Mute SearchableSnapshotActionIT testSearchableSnapshotForceMergesIndexToOneSegment (#60904)
Due to https://github.com/elastic/elasticsearch/issues/60901
This commit is contained in:
parent
739097a56c
commit
dd02e9f31a
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue