mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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…
x
Reference in New Issue
Block a user