Merge topic 'ci-no-kwsys-console-buf' into release-4.0

16ceddc77e ci: Disable KWSys ConsoleBuf test that breaks on Windows Terminal 1.22+

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10784
This commit is contained in:
Brad King
2025-05-14 20:35:38 +00:00
committed by Kitware Robot

View File

@@ -2,6 +2,9 @@ set(test_exclusions
# This test hits global resources and can be handled by nightly testing.
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4769
"^BundleGeneratorTest$"
# This test fails on Windows Terminal 1.22 and above.
"^kwsys.testConsoleBuf$"
)
if (CTEST_CMAKE_GENERATOR MATCHES "Visual Studio")