Skip to content

Commit

Permalink
Disable linear_extrude-scale-zero-tests which only work with manifold
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed May 4, 2024
1 parent 48fb28b commit 0f6f564
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,15 @@ list(APPEND NEF3_BROKEN_TESTS
csgpngtest_nef3_broken
)

# Disable tests broken due to https://github.com/openscad/openscad/issues/3567
if (NOT EXPERIMENTAL)
set_tests_properties(
cgalpngtest_linear_extrude-scale-zero-tests
csgpngtest_linear_extrude-scale-zero-tests
PROPERTIES DISABLED TRUE
)
endif()

# Platform specific test disable
if(APPLE)
set_tests_properties(
Expand Down

0 comments on commit 0f6f564

Please sign in to comment.