mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Correct integTest enable logic (#31646)
Run xPack plugin integration tests when not on oss distro
This commit is contained in:
parent
cff7be16fb
commit
b1e0585635
@ -192,7 +192,7 @@ integTestCluster {
|
||||
return tmpFile.exists()
|
||||
}
|
||||
}
|
||||
if (integTestCluster.distribution.startsWith("oss-") == false) {
|
||||
if (integTestCluster.distribution.startsWith("oss-")) {
|
||||
integTest.enabled = false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user