Skip to content

Commit 153157e

Browse files
authored
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.
1 parent 687dc1e commit 153157e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/build.gradle

+1-11
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,7 @@ integTestCluster {
6161
systemProperty 'es.scripting.update.ctx_in_params', 'false'
6262
}
6363

64-
// remove when https://github.com/elastic/elasticsearch/issues/31305 is fixed
65-
if (rootProject.ext.compilerJavaVersion.isJava11()) {
66-
integTestRunner {
67-
systemProperty 'tests.rest.blacklist', [
68-
'plugins/ingest-attachment/line_164',
69-
'plugins/ingest-attachment/line_117'
70-
].join(',')
71-
}
72-
}
73-
// Build the cluster with all plugins
74-
64+
// build the cluster with all plugins
7565
project.rootProject.subprojects.findAll { it.parent.path == ':plugins' }.each { subproj ->
7666
/* Skip repositories. We just aren't going to be able to test them so it
7767
* doesn't make sense to waste time installing them. */

0 commit comments

Comments
 (0)