Skip to content

Commit 2beb193

Browse files
committed
Disable testing conventions on Windows (#43532)
Tests are disabled on Windows. Conventions also need to be disabled.
1 parent 09695de commit 2beb193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/wildfly/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ if (!Os.isFamily(Os.FAMILY_WINDOWS)) {
211211
integTestRunner.finalizedBy(stopWildfly)
212212
} else {
213213
integTest.enabled = false
214+
testingConventions.enabled = false
214215
}
215216

216217
check.dependsOn(integTest)

0 commit comments

Comments
 (0)