mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
Revert "Mute Zen1IT#testMixedClusterDisruption"
This reverts commit cf78ca58e3f9c402982f039a9223042c90f5bc74.
This commit is contained in:
parent
55f1dd8da6
commit
c1b569ed4b
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user