ci: Exclude RunCMake.ctest_test test from valgrind job

The test takes too long under valgrind and regularly times out.
This commit is contained in:
Brad King
2026-08-10 09:58:33 -04:00
parent ba5c653337
commit 1bf4e65318
+1
View File
@@ -32,6 +32,7 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "_valgrind")
# Tests that timeout under valgrind.
"^RunCMake.Autogen_Qt6_1$"
"^RunCMake.CommandLine$"
"^RunCMake.ctest_test$"
"^RunCMake.CXXModules$"
"^RunCMake.GoogleTest$"
"^RunCMake.Instrumentation$"