Skip to content

Commit 6fa1da4

Browse files
remove manual filter
1 parent ca94c0b commit 6fa1da4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ subprojects {
9898
if (System.properties['test.profile'] == 'podman') {
9999
// The compose container relies on the deprecated link feature, which is not supported by podman
100100
exclude '**/*Compose*'
101-
filter {
102-
// cgroups v2 don't support settings swappiness
103-
excludeTestsMatching '*shouldReportOOMAfterWait'
104-
}
105101
}
106102
}
107103

0 commit comments

Comments
 (0)