mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Remove geoip multi-project tests from release build (#129976)
This commit is contained in:
parent
c94c021d0e
commit
285b09ef8d
1 changed files with 5 additions and 0 deletions
|
@ -22,3 +22,8 @@ dependencies {
|
||||||
tasks.withType(Test).configureEach {
|
tasks.withType(Test).configureEach {
|
||||||
it.systemProperty "tests.multi_project.enabled", true
|
it.systemProperty "tests.multi_project.enabled", true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Exclude multi-project tests from release build
|
||||||
|
tasks.named { it == "javaRestTest" || it == "yamlRestTest" }.configureEach {
|
||||||
|
it.onlyIf("snapshot build") { buildParams.snapshotBuild }
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue