mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user