From fb52cc2ec3bf74893995fbe85f22bf7eda12020c Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Sat, 17 Aug 2024 14:04:41 -0600 Subject: [PATCH] Make test valgrind heavy refs #28416 --- test/tests/outputs/format/tests | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/outputs/format/tests b/test/tests/outputs/format/tests index 51dc6d6fc299..2ed3123e6dd0 100644 --- a/test/tests/outputs/format/tests +++ b/test/tests/outputs/format/tests @@ -32,6 +32,7 @@ cli_args = '--yaml' # suppress error checking, the word 'ERROR' shows up in the yaml dump errors = 'zzzzzzzzzz' + valgrind = HEAVY issues = '#920' design = 'YAMLFormatter.md' requirement = 'The system shall be able to dump YAML data.'