Skip to content

Commit 8ca57c9

Browse files
authored
Disable testing conventions on Windows (#43532) (#44506)
Tests are disabled on Windows. Conventions also need to be disabled.
1 parent 57b5216 commit 8ca57c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/wildfly/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ if (!Os.isFamily(Os.FAMILY_WINDOWS)) {
210210
integTestRunner.finalizedBy(stopWildfly)
211211
} else {
212212
integTest.enabled = false
213+
testingConventions.enabled = false
213214
}
214215

215216
check.dependsOn(integTest)

0 commit comments

Comments
 (0)