We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c5a80 commit 2be9713Copy full SHA for 2be9713
qa/ccs-rolling-upgrade-remote-cluster/build.gradle
@@ -51,6 +51,8 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
51
nonInputProperties.systemProperty('tests.rest.cluster', localCluster.map(c -> c.allHttpSocketURI.join(",")))
52
nonInputProperties.systemProperty('tests.rest.remote_cluster', remoteCluster.map(c -> c.allHttpSocketURI.join(",")))
53
}
54
+
55
+ onlyIf("FIPS mode disabled") { BuildParams.inFipsJvm == false }
56
57
58
tasks.register("${baseName}#oldClusterTest", StandaloneRestIntegTestTask) {
0 commit comments