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 2df80ca commit e497173Copy full SHA for e497173
x-pack/qa/rolling-upgrade/with-system-key/build.gradle
@@ -1 +1,10 @@
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
+}
9
10
group = "${group}.x-pack.qa.rolling-upgrade.with-system-key"
0 commit comments