mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
There is a race condition between the smoke tests that get run because of the teardown conditions of REST tests. By splitting them, we can avoid the unrealistic scenario/race condition. Original commit: elastic/x-pack-elasticsearch@f95ae0e595
7 lines
191 B
Groovy
7 lines
191 B
Groovy
subprojects {
|
|
plugins.withType(org.elasticsearch.gradle.test.RestTestPlugin) {
|
|
// someone figure out what the x-plugins logic should be
|
|
project.licenseHeaders.enabled = false
|
|
}
|
|
}
|