mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Properly mute test involving JDK11 closes #31739
This commit is contained in:
parent
a5f5ea8422
commit
eaa247d543
@ -228,7 +228,7 @@ if (rootProject.ext.compilerJavaVersion.isJava11()) {
|
||||
].join(',')
|
||||
}
|
||||
}
|
||||
if (rootProject.ext.compilerJavaVersion.isJava11()) {
|
||||
if (rootProject.ext.runtimeJavaVersion.isJava11() || rootProject.ext.compilerJavaVersion.isJava11()) {
|
||||
// TODO remove when: https://github.com/elastic/elasticsearch/issues/31498
|
||||
integTestHa.enabled = false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user