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

We've removed use of KWSys ConsoleBuf in post-4.0 commit 3e88020aed
(StdIo: Replace uses of KWSys ConsoleBuf with StdIo::Console,
2025-05-08).  There is no need to run its test anymore.

Windows-Terminal-Issue: https://github.com/microsoft/terminal/issues/18748
This commit is contained in:
Brad King
2025-05-14 15:13:03 -04:00
parent 0883fac39a
commit 16ceddc77e

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")