diff --git a/build.gradle b/build.gradle index 43fc98e6576..ba15dac4dd1 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,12 @@ subprojects { } if (System.properties['test.profile'] == 'podman') { + // The compose container relies on the deprecated link feature, which is not supported by podman exclude '**/*DockerCompose*' + filter { + // cgroups v2 don't support settings swappiness + excludeTestsMatching '*shouldReportOOMAfterWait' + } } }