Przeglądaj źródła

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

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

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10784
Brad King 5 miesięcy temu
rodzic
commit
dadc015020
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .gitlab/ci/ctest_exclusions.cmake

+ 3 - 0
.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")