From a719802ca3842e65e8f8fa77ecaba13c4601faf2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 Nov 2025 17:46:34 +0100 Subject: [PATCH] test: add workaround for networkd downgrade issue --- test/units/TEST-88-UPGRADE.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/units/TEST-88-UPGRADE.sh b/test/units/TEST-88-UPGRADE.sh index 603efea9803..8bff38d2477 100755 --- a/test/units/TEST-88-UPGRADE.sh +++ b/test/units/TEST-88-UPGRADE.sh @@ -83,6 +83,9 @@ timer2=$(systemctl show -P NextElapseUSecRealtime upgrade_timer_test.timer) dnf downgrade -y --allowerasing --disablerepo '*' "$pkgdir"/distro/*.rpm +# FIXME: See https://github.com/systemd/systemd/pull/39293 +systemctl stop systemd-networkd-resolve-hook.socket || true + # Some distros don't ship networkd, so the test will always fail if command -v networkctl >/dev/null; then networkd=1 -- 2.47.3