|
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 |
@@ -215,25 +215,6 @@ RestIntegTestTask integTestSecureHa = project.tasks.create('integTestSecureHa', |
215 | 215 | description = "Runs rest tests against an elasticsearch cluster with HDFS configured with HA Namenode and secured by MIT Kerberos." |
216 | 216 | } |
217 | 217 |
|
218 | | -if (rootProject.ext.compilerJavaVersion.isJava11()) { |
219 | | - // TODO remove when: https://github.com/elastic/elasticsearch/issues/31498 |
220 | | - integTestRunner { |
221 | | - systemProperty 'tests.rest.blacklist', [ |
222 | | - 'hdfs_repository/30_snapshot/take snapshot', |
223 | | - 'hdfs_repository/40_restore/Create a snapshot and then restore it', |
224 | | - 'hdfs_repository/20_repository_verify/HDFS Repository Verify', |
225 | | - 'hdfs_repository/30_snapshot_get/Get a snapshot', |
226 | | - 'hdfs_repository/20_repository_create/HDFS Repository Creation', |
227 | | - 'hdfs_repository/20_repository_delete/HDFS Delete Repository', |
228 | | - 'hdfs_repository/30_snapshot_readonly/Get a snapshot - readonly', |
229 | | - ].join(',') |
230 | | - } |
231 | | -} |
232 | | -if (rootProject.ext.runtimeJavaVersion.isJava11()) { |
233 | | - // TODO remove when: https://github.com/elastic/elasticsearch/issues/31498 |
234 | | - integTestHa.enabled = false |
235 | | -} |
236 | | - |
237 | 218 | // Determine HDFS Fixture compatibility for the current build environment. |
238 | 219 | boolean fixtureSupported = false |
239 | 220 | if (Os.isFamily(Os.FAMILY_WINDOWS)) { |
|
0 commit comments