1
1
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:
Viktor Lofgren
2024-11-17 20:07:49 +01:00
parent 41c11be075
commit 70bc8831f5

View File

@@ -14,8 +14,7 @@ test {
tasks.register('fastTests', Test) {
maxHeapSize = "8G"
useJUnitPlatform {
excludeTags "slow"
excludeTags "flaky"
excludeTags("slow", "flaky")
}
}