parent
46e0fa2dba
commit
0e3617e0ee
|
@ -21,6 +21,7 @@ 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;
|
||||
|
||||
|
@ -81,6 +82,7 @@ public class TestClustersPluginIT extends GradleIntegrationTestCase {
|
|||
);
|
||||
}
|
||||
|
||||
@Ignore // https://github.com/elastic/elasticsearch/issues/41256
|
||||
public void testMultiProject() {
|
||||
BuildResult result = getTestClustersRunner(
|
||||
"user1", "user2", "-s", "-i", "--parallel", "-Dlocal.repo.path=" + getLocalTestRepoPath()
|
||||
|
@ -158,6 +160,7 @@ public class TestClustersPluginIT extends GradleIntegrationTestCase {
|
|||
);
|
||||
}
|
||||
|
||||
@Ignore // https://github.com/elastic/elasticsearch/issues/41256
|
||||
public void testMultiNode() {
|
||||
BuildResult result = getTestClustersRunner(":multiNode").build();
|
||||
assertTaskSuccessful(result, ":multiNode");
|
||||
|
|
Loading…
Reference in New Issue