Skip to content

Commit

Permalink
Mute TestClustersPluginIT.testMultiNode (elastic#41257)
Browse files Browse the repository at this point in the history
Tracked in elastic#41256
  • Loading branch information
henningandersen authored Apr 16, 2019
1 parent b53554c commit 00139ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
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;

Expand Down Expand Up @@ -150,6 +151,7 @@ public void testConfigurationLocked() {
);
}

@Ignore // https://github.com/elastic/elasticsearch/issues/41256
public void testMultiNode() {
BuildResult result = getTestClustersRunner(":multiNode").build();
assertTaskSuccessful(result, ":multiNode");
Expand Down

0 comments on commit 00139ae

Please sign in to comment.