Correct integTest enable logic (#31646)

Run xPack plugin integration tests when not on oss distro
This commit is contained in:
Alpar Torok 2018-06-28 15:02:05 +03:00 committed by GitHub
parent cff7be16fb
commit b1e0585635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ integTestCluster {
return tmpFile.exists()
}
}
if (integTestCluster.distribution.startsWith("oss-") == false) {
if (integTestCluster.distribution.startsWith("oss-")) {
integTest.enabled = false
}