Mute slow and flaky build-tools integration tests
This commit is contained in:
parent
5a884dac03
commit
c9ed91312a
|
@ -23,6 +23,7 @@ import org.apache.commons.io.FileUtils;
|
||||||
import org.elasticsearch.gradle.test.GradleIntegrationTestCase;
|
import org.elasticsearch.gradle.test.GradleIntegrationTestCase;
|
||||||
import org.gradle.testkit.runner.GradleRunner;
|
import org.gradle.testkit.runner.GradleRunner;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.rules.TemporaryFolder;
|
import org.junit.rules.TemporaryFolder;
|
||||||
|
|
||||||
|
@ -38,6 +39,7 @@ import java.util.List;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
@Ignore("https://github.com/elastic/elasticsearch/issues/42453")
|
||||||
public class BuildExamplePluginsIT extends GradleIntegrationTestCase {
|
public class BuildExamplePluginsIT extends GradleIntegrationTestCase {
|
||||||
|
|
||||||
private static final List<File> EXAMPLE_PLUGINS = Collections.unmodifiableList(
|
private static final List<File> EXAMPLE_PLUGINS = Collections.unmodifiableList(
|
||||||
|
|
|
@ -27,6 +27,7 @@ import org.junit.Ignore;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
||||||
|
@Ignore("https://github.com/elastic/elasticsearch/issues/42453")
|
||||||
public class TestClustersPluginIT extends GradleIntegrationTestCase {
|
public class TestClustersPluginIT extends GradleIntegrationTestCase {
|
||||||
|
|
||||||
private GradleRunner runner;
|
private GradleRunner runner;
|
||||||
|
|
Loading…
Reference in New Issue