Skip to content

Commit 6463c7b

Browse files
Add comments to gradle config
1 parent 52765e0 commit 6463c7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,12 @@ subprojects {
9696
}
9797

9898
if (System.properties['test.profile'] == 'podman') {
99+
// The compose container relies on the deprecated link feature, which is not supported by podman
99100
exclude '**/*DockerCompose*'
101+
filter {
102+
// cgroups v2 don't support settings swappiness
103+
excludeTestsMatching '*shouldReportOOMAfterWait'
104+
}
100105
}
101106
}
102107

0 commit comments

Comments
 (0)