We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9616890 commit 0fe1aa7Copy full SHA for 0fe1aa7
x-pack/plugin/security/qa/multi-project/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
7
tasks.named('javaRestTest') {
8
usesDefaultDistribution("to be triaged")
9
-// it.onlyIf("snapshot build") { buildParams.snapshotBuild }
+ it.onlyIf("snapshot build") { buildParams.snapshotBuild }
10
}
11
12
tasks.withType(Test).configureEach {
0 commit comments