Skip to content

Commit 0fe1aa7

Browse files
committed
Uncomment line
1 parent 9616890 commit 0fe1aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/multi-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
tasks.named('javaRestTest') {
88
usesDefaultDistribution("to be triaged")
9-
// it.onlyIf("snapshot build") { buildParams.snapshotBuild }
9+
it.onlyIf("snapshot build") { buildParams.snapshotBuild }
1010
}
1111

1212
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)