From 153157e56d5f8509b5cc503de56113f7025d4c4f Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 24 Oct 2018 23:17:45 -0400 Subject: [PATCH] Enable ingest attachment docs tests on JDK 11 (#34770) These were disabled because ingest attachement was not playing well with JDK 11. We have addressed that by upgrading the Tika dependency, yet forgot to reenable these. This commit enables these tests again. --- docs/build.gradle | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/build.gradle b/docs/build.gradle index dd1846dc045..ce560e1ca42 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -61,17 +61,7 @@ integTestCluster { systemProperty 'es.scripting.update.ctx_in_params', 'false' } -// remove when https://github.com/elastic/elasticsearch/issues/31305 is fixed -if (rootProject.ext.compilerJavaVersion.isJava11()) { - integTestRunner { - systemProperty 'tests.rest.blacklist', [ - 'plugins/ingest-attachment/line_164', - 'plugins/ingest-attachment/line_117' - ].join(',') - } -} -// Build the cluster with all plugins - +// build the cluster with all plugins project.rootProject.subprojects.findAll { it.parent.path == ':plugins' }.each { subproj -> /* Skip repositories. We just aren't going to be able to test them so it * doesn't make sense to waste time installing them. */