]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: skip TEST-64-UDEV-STORAGE-simultaneous_events on Debian
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 17 Nov 2025 11:10:27 +0000 (11:10 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 17 Nov 2025 12:17:24 +0000 (12:17 +0000)
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

test/units/TEST-64-UDEV-STORAGE.sh

index 6faa94b382d9f0f3f708fa839976d27851fcb84c..88c89c5191215b45e9f99bb067b1c731e4e3cdf6 100755 (executable)
@@ -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