Skip to content

Commit f71fcb1

Browse files
authored
Disable testing conventions task in ilm-qa in FIPS (#75072) (#75110)
We disable all these tests in FIPS mode in this QA project so Testing conventions task fails with Testing conventions [Test classes are not included in any enabled task (): org.elasticsearch.xpack.ilm.CCRIndexLifecycleIT] are not honored This change disables Testing Conventions check in FIPS mode for the specific QA project
1 parent 7dbc5b9 commit f71fcb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/ilm/qa/multi-cluster/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ tasks.named("check").configure { dependsOn 'follow-cluster' }
6060
tasks.withType(Test).configureEach {
6161
enabled = BuildParams.inFipsJvm == false
6262
}
63+
tasks.named("testingConventions").configure {
64+
enabled = BuildParams.inFipsJvm == false
65+
}

0 commit comments

Comments
 (0)