Mute Zen1IT#testMixedClusterDisruption

This commit is contained in:
David Kyle 2019-07-30 11:32:14 +01:00
parent e18e9fa8c5
commit cf78ca58e3
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class Zen1IT extends ESIntegTestCase {
createIndex("test"); createIndex("test");
} }
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/44999")
public void testMixedClusterDisruption() throws Exception { public void testMixedClusterDisruption() throws Exception {
final List<String> nodes = internalCluster().startNodes(IntStream.range(0, 5) final List<String> nodes = internalCluster().startNodes(IntStream.range(0, 5)
.mapToObj(i -> i < 2 ? ZEN1_SETTINGS : ZEN2_SETTINGS).toArray(Settings[]::new)); .mapToObj(i -> i < 2 ? ZEN1_SETTINGS : ZEN2_SETTINGS).toArray(Settings[]::new));