Skip to content

Commit

Permalink
Un-mute test
Browse files Browse the repository at this point in the history
Failures werer likeley due to slow CI workers.
Relates to elastic#37889
  • Loading branch information
alpar-t committed Feb 12, 2019
1 parent f15be14 commit e267c81
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
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;

Expand All @@ -39,7 +38,6 @@
import java.util.Objects;
import java.util.stream.Collectors;

@Ignore // Awaiting a fix in https://github.com/elastic/elasticsearch/issues/37889.
public class BuildExamplePluginsIT extends GradleIntegrationTestCase {

private static final List<File> EXAMPLE_PLUGINS = Collections.unmodifiableList(
Expand Down

0 comments on commit e267c81

Please sign in to comment.