diff --git a/test/TEST-78-SIGQUEUE/test.sh b/test/TEST-78-SIGQUEUE/test.sh index 61e8e7d1c42..80ce7926ab1 100755 --- a/test/TEST-78-SIGQUEUE/test.sh +++ b/test/TEST-78-SIGQUEUE/test.sh @@ -3,6 +3,8 @@ set -e TEST_DESCRIPTION="Test queue signal logic" +# Ignore gcov complaints caused by DynamicUser=true +IGNORE_MISSING_COVERAGE=yes # shellcheck source=test/test-functions . "$TEST_BASE_DIR/test-functions"