|
@@ -23,7 +23,6 @@ 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;
|
|
|
|
|
@@ -39,7 +38,6 @@ import java.util.List;
|
|
|
import java.util.Objects;
|
|
|
import java.util.stream.Collectors;
|
|
|
|
|
|
-@Ignore
|
|
|
public class BuildExamplePluginsIT extends GradleIntegrationTestCase {
|
|
|
|
|
|
private static List<File> EXAMPLE_PLUGINS = Collections.unmodifiableList(
|