Skip to content

Commit

Permalink
mute failing test
Browse files Browse the repository at this point in the history
Tracked in #41256
  • Loading branch information
alpar-t committed May 9, 2019
1 parent 70eb812 commit 335ed64
Showing 1 changed file with 4 additions and 1 deletion.
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 @@ -80,7 +81,8 @@ public void testUseClusterBySkippedAndWorkingTask() {
"Stopping `node{::myTestCluster-1}`"
);
}


@Ignore // https://github.com/elastic/elasticsearch/issues/41256
public void testMultiProject() {
BuildResult result = getTestClustersRunner(
"user1", "user2", "-s", "-i", "--parallel", "-Dlocal.repo.path=" + getLocalTestRepoPath()
Expand Down Expand Up @@ -158,6 +160,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 335ed64

Please sign in to comment.