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
This commit is contained in:
Luca Boccassi
2025-11-17 11:10:27 +00:00
parent 43939a5bbe
commit bc154d4c3e

View File

@@ -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