Tests/Instrumentation: Split make cases out to separate suite

These tests experience frequent timeouts in CI, which are either actual
timeouts due to low resource runners, or a platform-specific bug
causing an indefinite hang. Either way, it's beneficial to locate these
in their own test suite to reduce noise and ensure the rest of the
tests pass regularly.
This commit is contained in:
Tyler Yankee
2026-07-30 11:14:48 -04:00
committed by Brad King
parent 6eedfce567
commit 26e6188e04
3 changed files with 79 additions and 51 deletions
+1 -1
View File
@@ -134,5 +134,5 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
RunCMake.InstrumentationInterrupt # interrupts cmake with a real signal
RunCMake.InstrumentationInterruptReal # interrupts cmake with a real signal
)