Skip to content

Commit 5f620ec

Browse files
Add comments to gradle config
1 parent 00b96f3 commit 5f620ec

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
@@ -97,7 +97,12 @@ subprojects {
9797
}
9898

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

0 commit comments

Comments
 (0)