From def5372e1ca3654ace6cf76aa3ee1130bb008cbc Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Mon, 11 Nov 2024 20:56:51 +1100 Subject: [PATCH] fix combine_tasks_with_record_builder cli test on linux --- crates/cli/tests/cli_tests.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/cli/tests/cli_tests.rs b/crates/cli/tests/cli_tests.rs index 771d328b2d..b5a40c5cfd 100644 --- a/crates/cli/tests/cli_tests.rs +++ b/crates/cli/tests/cli_tests.rs @@ -379,7 +379,8 @@ mod cli_tests { cli_build.full_check_build_and_run( expected_output, TEST_LEGACY_LINKER, - ALLOW_VALGRIND, + // note running Valgrind on this test causes chaos with the test runner for some reason :shrug: + false, None, None, );