Mute slow and flaky build-tools integration tests

This commit is contained in:
Mark Vieira 2019-05-23 09:16:34 -07:00
parent 5a884dac03
commit c9ed91312a
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import org.apache.commons.io.FileUtils;
import org.elasticsearch.gradle.test.GradleIntegrationTestCase;
import org.gradle.testkit.runner.GradleRunner;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.rules.TemporaryFolder;
@ -38,6 +39,7 @@ import java.util.List;
import java.util.Objects;
import java.util.stream.Collectors;
@Ignore("https://github.com/elastic/elasticsearch/issues/42453")
public class BuildExamplePluginsIT extends GradleIntegrationTestCase {
private static final List<File> EXAMPLE_PLUGINS = Collections.unmodifiableList(

View File

@ -27,6 +27,7 @@ import org.junit.Ignore;
import java.util.Arrays;
@Ignore("https://github.com/elastic/elasticsearch/issues/42453")
public class TestClustersPluginIT extends GradleIntegrationTestCase {
private GradleRunner runner;