diff --git a/test/TEST-82-SOFTREBOOT/test.sh b/test/TEST-82-SOFTREBOOT/test.sh index 9d88c94fb7..101b250842 100755 --- a/test/TEST-82-SOFTREBOOT/test.sh +++ b/test/TEST-82-SOFTREBOOT/test.sh @@ -3,6 +3,8 @@ set -e TEST_DESCRIPTION="Test Soft-Rebooting" +# We temporarily remount rootfs read-only, so ignore any missing coverage +IGNORE_MISSING_COVERAGE=yes # shellcheck source=test/test-functions . "$TEST_BASE_DIR/test-functions" diff --git a/test/units/testsuite-74.cgtop.sh b/test/units/testsuite-74.cgtop.sh index 6f08362e7c..cf98279d01 100755 --- a/test/units/testsuite-74.cgtop.sh +++ b/test/units/testsuite-74.cgtop.sh @@ -29,5 +29,4 @@ systemd-cgtop -p -t -c -m -i (! systemd-cgtop --order=foo) (! systemd-cgtop --depth=-1) (! systemd-cgtop --recursive=foo) -(! systemd-cgtop --recursive=no) (! systemd-cgtop --delay=1foo)