|
1 | | -1/* |
| 1 | +/* |
2 | 2 | * Licensed to Elasticsearch under one or more contributor |
3 | 3 | * license agreements. See the NOTICE file distributed with |
4 | 4 | * this work for additional information regarding copyright |
@@ -214,25 +214,6 @@ RestIntegTestTask integTestSecureHa = project.tasks.create('integTestSecureHa', |
214 | 214 | description = "Runs rest tests against an elasticsearch cluster with HDFS configured with HA Namenode and secured by MIT Kerberos." |
215 | 215 | } |
216 | 216 |
|
217 | | -if (rootProject.ext.compilerJavaVersion.isJava11()) { |
218 | | - // TODO remove when: https://github.com/elastic/elasticsearch/issues/31498 |
219 | | - integTestRunner { |
220 | | - systemProperty 'tests.rest.blacklist', [ |
221 | | - 'hdfs_repository/30_snapshot/take snapshot', |
222 | | - 'hdfs_repository/40_restore/Create a snapshot and then restore it', |
223 | | - 'hdfs_repository/20_repository_verify/HDFS Repository Verify', |
224 | | - 'hdfs_repository/30_snapshot_get/Get a snapshot', |
225 | | - 'hdfs_repository/20_repository_create/HDFS Repository Creation', |
226 | | - 'hdfs_repository/20_repository_delete/HDFS Delete Repository', |
227 | | - 'hdfs_repository/30_snapshot_readonly/Get a snapshot - readonly', |
228 | | - ].join(',') |
229 | | - } |
230 | | -} |
231 | | -if (rootProject.ext.runtimeJavaVersion.isJava11() || rootProject.ext.compilerJavaVersion.isJava11()) { |
232 | | - // TODO remove when: https://github.com/elastic/elasticsearch/issues/31498 |
233 | | - integTestHa.enabled = false |
234 | | -} |
235 | | - |
236 | 217 | // Determine HDFS Fixture compatibility for the current build environment. |
237 | 218 | boolean fixtureSupported = false |
238 | 219 | if (Os.isFamily(Os.FAMILY_WINDOWS)) { |
|
0 commit comments