From 16ceddc77ee58de4838161d3f33a33d62c493f72 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 May 2025 15:13:03 -0400 Subject: 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 --- .gitlab/ci/ctest_exclusions.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index e9c148f..8df2ed3 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -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") -- cgit v0.12