From e911a335ed8a1d07cf062a4e1b2f0e877654e6cf Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 28 Apr 2024 22:51:41 +0200 Subject: [PATCH] mkosi: Mask systemd-networkd-wait-online when --runtime-network=none Otherwise it will wait forever waiting for an interface to appear. See https://github.com/systemd/systemd/issues/29388. --- test/integration-test-wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index e8b14926f4e..bb19a6d10d8 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -109,6 +109,7 @@ def main(): 'systemd.hostname=H', f"SYSTEMD_UNIT_PATH=/usr/lib/systemd/tests/testdata/testsuite-{args.test_number}.units:/usr/lib/systemd/tests/testdata/units:", f"systemd.unit={test_unit}", + 'systemd.mask=systemd-networkd-wait-online.service', *( [ "systemd.mask=serial-getty@.service", -- 2.47.3