diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index e9c148f80c..8df2ed3e95 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")