mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
mute test #32737
This commit is contained in:
parent
823d40e19b
commit
c5e66cb345
@ -0,0 +1,8 @@
|
||||
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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user