mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Mute Zen1IT#testMixedClusterDisruption
This commit is contained in:
parent
e18e9fa8c5
commit
cf78ca58e3
@ -95,6 +95,7 @@ public class Zen1IT extends ESIntegTestCase {
|
||||
createIndex("test");
|
||||
}
|
||||
|
||||
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/44999")
|
||||
public void testMixedClusterDisruption() throws Exception {
|
||||
final List<String> nodes = internalCluster().startNodes(IntStream.range(0, 5)
|
||||
.mapToObj(i -> i < 2 ? ZEN1_SETTINGS : ZEN2_SETTINGS).toArray(Settings[]::new));
|
||||
|
Loading…
x
Reference in New Issue
Block a user