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 5e80532 commit 8a88b38Copy full SHA for 8a88b38
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