Skip to content

Commit b2735f2

Browse files
authored
Disable testing conventions for idp in fips (#57663) (#57678)
Since we disable both integTest and test tasks. This should have been part of #57048 but we missed it.
1 parent 15e31c5 commit b2735f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/identity-provider/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,6 @@ gradle.projectsEvaluated {
371371
if (BuildParams.inFipsJvm) {
372372
// We don't support the IDP in FIPS-140 mode, so no need to run tests
373373
test.enabled = false
374+
// We run neither integTests nor unit tests in FIPS-140 mode
375+
testingConventions.enabled = false
374376
}

0 commit comments

Comments
 (0)