Skip to content
Snippets Groups Projects
Commit a3db6c62 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: exclude geometry shader issues on macOS tests

parent 647bda9d
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,13 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos_arm64")
"^VTK::RenderingAnnotationCxx-TestCubeAxesWithYLines$")
endif ()
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos")
list(APPEND test_exclusions
# geometry shader issues (observed on M4 hardware)
# https://gitlab.kitware.com/vtk/vtk/-/issues/19555
"^VTK::CommonDataModelPython-TestClipPolyhedra$")
endif ()
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "wheel_macos" AND
"$ENV{CMAKE_CONFIGURATION}" MATCHES "arm64")
list(APPEND test_exclusions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment