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 a4ecb91 commit 9fea983Copy full SHA for 9fea983
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