ci: Exclude RunCMake.Instrumentation test from valgrind job

The test takes too long under valgrind and regularly times out.
This commit is contained in:
Brad King
2026-07-31 10:39:06 -04:00
parent ddcd6ab81d
commit a68a98f622

View File

@@ -34,6 +34,7 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "_valgrind")
"^RunCMake.CommandLine$"
"^RunCMake.CXXModules$"
"^RunCMake.GoogleTest$"
"^RunCMake.Instrumentation$"
"^RunCMake.NinjaMultiConfig$"
# Too spurious under Valgrind.