Skip to content

Commit

Permalink
Update x-pack/plugin/transform/qa/multi-cluster-tests-with-security/b…
Browse files Browse the repository at this point in the history
…uild.gradle

Co-authored-by: Johannes Fredén <[email protected]>
  • Loading branch information
jakelandis and jfreden authored Dec 21, 2023
1 parent b211023 commit 18834d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tasks.register("integTest") {

tasks.named("check").configure { dependsOn("integTest") }

//TODO: remove with version 8.14. A new FIPS setting was adding in 8.13. Since FIPS configures all test clusters and this specific integTest uses
//TODO: remove with version 8.14. A new FIPS setting was added in 8.13. Since FIPS configures all test clusters and this specific integTest uses
// the previous minor version, that setting is not available when running in FIPS until 8.14.
def maybeDisableForFips(task) {
if (BuildParams.inFipsJvm) {
Expand Down

0 comments on commit 18834d0

Please sign in to comment.