Skip to content

Commit

Permalink
Properly disable tests to avoid leaving stray files in the source fol…
Browse files Browse the repository at this point in the history
…der (openscad#4998)
  • Loading branch information
kintel authored Feb 19, 2024
1 parent f568899 commit 5cfd4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,9 @@ add_output_file_test(relative-output FILE ${TEST_SCAD_DIR}/3D/features/cube-test

# Disable tests failing due to https://github.com/openscad/openscad/issues/4632
set_tests_properties(
relative-output_csg_run
relative-output_csg_check
relative-output_ast_run
relative-output_ast_check
PROPERTIES DISABLED TRUE
)
Expand Down

0 comments on commit 5cfd4db

Please sign in to comment.