We don't support this for now so there is no need to handle all the test logic/exceptions to run this in FIPS 140 mode.
This commit is contained in:
parent
5569137ae3
commit
6c832fe4e3
|
@ -368,4 +368,7 @@ gradle.projectsEvaluated {
|
||||||
.findAll { it.path.startsWith(project.path + ":qa") }
|
.findAll { it.path.startsWith(project.path + ":qa") }
|
||||||
.each { check.dependsOn it.check }
|
.each { check.dependsOn it.check }
|
||||||
}
|
}
|
||||||
|
if (BuildParams.inFipsJvm) {
|
||||||
|
// We don't support the IDP in FIPS-140 mode, so no need to run tests
|
||||||
|
test.enabled = false
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue