diff options
Diffstat (limited to 'test/TEST-82-SOFTREBOOT/test.sh')
-rwxr-xr-x | test/TEST-82-SOFTREBOOT/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |