Skip to content

Commit bc387d1

Browse files
exclude tests
try that again
1 parent ef562e7 commit bc387d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-quasar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ tasks.withType(JavaExec) {
4141

4242
test {
4343
// excluding out all tests until they stop hanging CloudBees
44-
excludes = '**/*'
44+
excludes = ['**/**']
4545
}

0 commit comments

Comments
 (0)