Since we disable both integTest and test tasks. This should have been part of #57048 but we missed it.
This commit is contained in:
parent
af9f9d7f03
commit
8afd55ebe6
|
@ -371,4 +371,6 @@ gradle.projectsEvaluated {
|
|||
if (BuildParams.inFipsJvm) {
|
||||
// We don't support the IDP in FIPS-140 mode, so no need to run tests
|
||||
test.enabled = false
|
||||
// We run neither integTests nor unit tests in FIPS-140 mode
|
||||
testingConventions.enabled = false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue