From f65ec2e90483689546d4d700c5ad8475f19a3ab7 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 15 Jul 2024 09:21:51 +0200 Subject: [PATCH] TEST-55-OOMD: Remove the opensuse user@ dropin Required to make TEST-55-OOMD pass on OpenSUSE. --- test/TEST-55-OOMD/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TEST-55-OOMD/meson.build b/test/TEST-55-OOMD/meson.build index adc05097869..2566316c93c 100644 --- a/test/TEST-55-OOMD/meson.build +++ b/test/TEST-55-OOMD/meson.build @@ -5,6 +5,9 @@ integration_tests += [ 'name' : fs.name(meson.current_source_dir()), 'credentials' : integration_test_template['credentials'] + [ files('systemd.unit-dropin.init.scope'), + # OpenSUSE disables all controller delegation for the user manager template. Mask the + # dropin to make TEST-55-OOMD pass on OpenSUSE. + 'systemd.unit-dropin.user@.service~20-defaults-SUSE=', ], 'vm' : true, }, -- 2.47.3