Skip to content

Commit 80aa0f2

Browse files
benwtrentalpar-t
authored andcommitted
Disable testing conventions on Windows (elastic#43532) (elastic#44506)
Tests are disabled on Windows. Conventions also need to be disabled.
1 parent 6b7c440 commit 80aa0f2

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)