test: don't panic on soft lockups

We can't do anything about them anyway, and most importantly this seems
to alleviate systemd/systemd-centos-ci#660, which should make the CIs
a bit less angry (at least until the issue is addressed properly).
This commit is contained in:
Frantisek Sumsal
2023-09-22 21:41:34 +02:00
committed by Mike Yuan
parent f5f4486c65
commit 3a89904e45

View File

@@ -563,7 +563,6 @@ run_qemu() {
kernel_params+=(
"oops=panic"
"panic=1"
"softlockup_panic=1"
"systemd.wants=end.service"
)
fi