mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(test) Fix excludeTags
This commit is contained in:
@@ -14,8 +14,7 @@ test {
|
||||
tasks.register('fastTests', Test) {
|
||||
maxHeapSize = "8G"
|
||||
useJUnitPlatform {
|
||||
excludeTags "slow"
|
||||
excludeTags "flaky"
|
||||
excludeTags("slow", "flaky")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user