diff --git a/build.gradle b/build.gradle index 33815fea4e5..a94e81e587b 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' + } } }