Skip to content

Commit

Permalink
try a different syntax for excluding long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Feb 21, 2023
1 parent 4b2542d commit 57a9e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ task testNoLongTests(type: Test) {
description = "run all tests except the slow tests"
systemProperty "test.cfg", testConfig
forkEvery 1
include "**/*Test.java"
exclude "**/*LongTest.java"
}

Expand Down

0 comments on commit 57a9e4c

Please sign in to comment.