From 0f605e8db1ae567a12d855902f477a004e15e12f Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Wed, 13 Nov 2024 17:23:14 +0100 Subject: [PATCH] Tweak testing doc --- TESTING.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 6efdc6d3e2541..6f2dc3c64febe 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -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 } }