OpenSearch/elasticsearch/qa/build.gradle
Chris Earle c94a326f1d Split monitoring smoke tests into separate smoke tests
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
2016-05-19 02:08:33 -04:00

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
}
}