We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b96f3 commit 5f620ecCopy full SHA for 5f620ec
build.gradle
@@ -97,7 +97,12 @@ subprojects {
97
}
98
99
if (System.properties['test.profile'] == 'podman') {
100
+ // The compose container relies on the deprecated link feature, which is not supported by podman
101
exclude '**/*DockerCompose*'
102
+ filter {
103
+ // cgroups v2 don't support settings swappiness
104
+ excludeTestsMatching '*shouldReportOOMAfterWait'
105
+ }
106
107
108
0 commit comments