mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user