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…
Reference in New Issue