Revert "Mute Zen1IT#testMixedClusterDisruption"

This reverts commit cf78ca58e3.
This commit is contained in:
Yannick Welsch 2019-07-30 13:10:14 +02:00
parent 55f1dd8da6
commit c1b569ed4b
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ 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));