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 9ec1a7e commit 9584325Copy full SHA for 9584325
build.gradle
@@ -96,7 +96,12 @@ subprojects {
96
}
97
98
if (System.properties['test.profile'] == 'podman') {
99
+ // The compose container relies on the deprecated link feature, which is not supported by podman
100
exclude '**/*DockerCompose*'
101
+ filter {
102
+ // cgroups v2 don't support settings swappiness
103
+ excludeTestsMatching '*shouldReportOOMAfterWait'
104
+ }
105
106
107
0 commit comments