From 3a89904e45cbbd96fb1c5d0768de5e5fcdaaa508 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 22 Sep 2023 21:41:34 +0200 Subject: [PATCH] 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). --- test/test-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index 1193a16239..e21247558e 100644 --- a/test/test-functions +++ b/test/test-functions @@ -563,7 +563,6 @@ run_qemu() { kernel_params+=( "oops=panic" "panic=1" - "softlockup_panic=1" "systemd.wants=end.service" ) fi