Browse Source

Unmute TestClustersPluginIT.testMultiNode (#41340)

The failure doesn't reproduced, tried running the test for half a day
including on the failing CI woker image and with the entire suite and it
doesn't reproduce.
Alpar Torok 6 years ago
parent
commit
5f5747556b

+ 0 - 2
buildSrc/src/test/java/org/elasticsearch/gradle/testclusters/TestClustersPluginIT.java

@@ -21,7 +21,6 @@ package org.elasticsearch.gradle.testclusters;
 import org.elasticsearch.gradle.test.GradleIntegrationTestCase;
 import org.gradle.testkit.runner.BuildResult;
 import org.gradle.testkit.runner.GradleRunner;
-import org.junit.Ignore;
 
 import java.util.Arrays;
 
@@ -160,7 +159,6 @@ public class TestClustersPluginIT extends GradleIntegrationTestCase {
         );
     }
 
-    @Ignore // https://github.com/elastic/elasticsearch/issues/41256
     public void testMultiNode() {
         BuildResult result = getTestClustersRunner(":multiNode").build();
         assertTaskSuccessful(result, ":multiNode");