Skip to content

Commit b1e0585

Browse files
authored
Correct integTest enable logic (#31646)
Run xPack plugin integration tests when not on oss distro
1 parent cff7be1 commit b1e0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ integTestCluster {
192192
return tmpFile.exists()
193193
}
194194
}
195-
if (integTestCluster.distribution.startsWith("oss-") == false) {
195+
if (integTestCluster.distribution.startsWith("oss-")) {
196196
integTest.enabled = false
197197
}
198198

0 commit comments

Comments
 (0)