]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: don't panic on soft lockups
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 22 Sep 2023 19:41:34 +0000 (21:41 +0200)
committerMike Yuan <me@yhndnzj.com>
Sat, 23 Sep 2023 06:19:55 +0000 (14:19 +0800)
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

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