From: Lennart Poettering Date: Fri, 14 Nov 2025 16:46:34 +0000 (+0100) Subject: test: add workaround for networkd downgrade issue X-Git-Tag: v259-rc1~43^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a719802ca3842e65e8f8fa77ecaba13c4601faf2;p=thirdparty%2Fsystemd.git test: add workaround for networkd downgrade issue --- 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