diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index aff2ce01353b39fa28ff4008faaf57e56e8028b6..2658aff3c048ca1a0250d4b7e1742426943e7f1d 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -271,6 +271,7 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows") "^VTK::RenderingCellGridPython-TestCellGridRendering$" # Thread-local objects are not destroyed at program exit. # https://stackoverflow.com/questions/50897768/in-visual-studio-thread-local-variables-destructor-not-called-when-used-with + "^VTK::FiltersCellGridPython-TestCellGridPointProbe$" "^VTK::FiltersCellGridPython-TestCellGridRange$" "^VTK::FiltersCellGridPython-TestUnstructuredGridToCellGrid$" )