Skip to content

Commit

Permalink
remove manual filter
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchForSubtlety committed Jul 29, 2023
1 parent ca94c0b commit 6fa1da4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ subprojects {
if (System.properties['test.profile'] == 'podman') {
// The compose container relies on the deprecated link feature, which is not supported by podman
exclude '**/*Compose*'
filter {
// cgroups v2 don't support settings swappiness
excludeTestsMatching '*shouldReportOOMAfterWait'
}
}
}

Expand Down

0 comments on commit 6fa1da4

Please sign in to comment.