OpenSearch/x-pack/qa/full-cluster-restart/with-system-key/build.gradle

9 lines
234 B
Groovy

import org.elasticsearch.gradle.test.RestIntegTestTask
// Skip test on FIPS FIXME https://github.com/elastic/elasticsearch/issues/32737
if (project.inFipsJvm) {
tasks.withType(RestIntegTestTask) {
enabled = false
}
}