Skip to content

Commit 2be9713

Browse files
authored
Disable ccs-rolling-upgrade-remote-cluster in fips, refs: #96134 (#96776)
1 parent e4c5a80 commit 2be9713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/ccs-rolling-upgrade-remote-cluster/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
5151
nonInputProperties.systemProperty('tests.rest.cluster', localCluster.map(c -> c.allHttpSocketURI.join(",")))
5252
nonInputProperties.systemProperty('tests.rest.remote_cluster', remoteCluster.map(c -> c.allHttpSocketURI.join(",")))
5353
}
54+
55+
onlyIf("FIPS mode disabled") { BuildParams.inFipsJvm == false }
5456
}
5557

5658
tasks.register("${baseName}#oldClusterTest", StandaloneRestIntegTestTask) {

0 commit comments

Comments
 (0)