Skip to content

Commit af7d007

Browse files
mrc0mmandkeszybz
authored andcommitted
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). (cherry picked from commit 3a89904)
1 parent 149ba4f commit af7d007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-functions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ run_qemu() {
563563
kernel_params+=(
564564
"oops=panic"
565565
"panic=1"
566-
"softlockup_panic=1"
567566
"systemd.wants=end.service"
568567
)
569568
fi

0 commit comments

Comments
 (0)