From: Luca Boccassi Date: Mon, 17 Nov 2025 11:10:27 +0000 (+0000) Subject: test: skip TEST-64-UDEV-STORAGE-simultaneous_events on Debian X-Git-Tag: v259-rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc154d4c3e24f4cb89ede2174b68d1cf8982b6c0;p=thirdparty%2Fsystemd.git test: skip TEST-64-UDEV-STORAGE-simultaneous_events on Debian It consistently fails with the new 6.17 kernel and nobody can figure out why, so just disable it for now as it's just noise Fixes https://github.com/systemd/systemd/issues/39552 --- diff --git a/test/units/TEST-64-UDEV-STORAGE.sh b/test/units/TEST-64-UDEV-STORAGE.sh index 6faa94b382d..88c89c51912 100755 --- a/test/units/TEST-64-UDEV-STORAGE.sh +++ b/test/units/TEST-64-UDEV-STORAGE.sh @@ -611,6 +611,13 @@ EOF } testcase_simultaneous_events() { + . /etc/os-release + if [[ "$ID" == "debian" ]]; then + # See https://github.com/systemd/systemd/issues/39552 + echo "Simultaneous events test cases are not working on Debian, skipping the test" | tee --append /skipped + exit 77 + fi + testcase_simultaneous_events_1 testcase_simultaneous_events_2 testcase_simultaneous_events_3