Skip to content

Commit c04b827

Browse files
committed
Disable more multiproject tests
1 parent 818a266 commit c04b827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ subprojects {
33
apply plugin: 'elasticsearch.bwc-test'
44

55
group = 'org.elasticsearch.qa.multi-project'
6+
7+
tasks.named { it == "javaRestTest" || it == "yamlRestTest" }.configureEach {
8+
it.onlyIf("snapshot build") { buildParams.snapshotBuild }
9+
}
610
}

0 commit comments

Comments
 (0)