Skip to content

Commit

Permalink
Tweak testing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 14, 2024
1 parent daf956a commit 0f605e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ For specific YAML rest tests one can use
For disabling entire types of tests for subprojects, one can use for example:

------------------------------------------------
if (buildParams.inFipsJvm){
if (buildParams.inFipsJvm) {
// This test cluster is using a BASIC license and FIPS 140 mode is not supported in BASIC
tasks.named("javaRestTest").configure{enabled = false }
}
Expand Down

0 comments on commit 0f605e8

Please sign in to comment.