We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b35dc commit e64bb48Copy full SHA for e64bb48
x-pack/qa/full-cluster-restart/with-system-key/build.gradle
@@ -0,0 +1,8 @@
1
+import org.elasticsearch.gradle.test.RestIntegTestTask
2
+
3
+// Skip test on FIPS FIXME https://github.com/elastic/elasticsearch/issues/32737
4
+if (project.inFipsJvm) {
5
+ tasks.withType(RestIntegTestTask) {
6
+ enabled = false
7
+ }
8
+}
0 commit comments