File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ Quarantine tessellation tests
Original file line number Diff line number Diff line change 3535@pytest .mark .skipif (
3636 not are_graphics_available (), reason = "Skipping due to graphics requirements missing"
3737)
38+ @pytest .mark .skip (reason = "Skipping to promote new CS package" )
3839def test_body_tessellate (modeler : Modeler ):
3940 """Test the body tessellation."""
4041 sketch_1 = Sketch ()
@@ -175,6 +176,7 @@ def test_body_tessellate_with_edges(modeler: Modeler):
175176@pytest .mark .skipif (
176177 not are_graphics_available (), reason = "Skipping due to graphics requirements missing"
177178)
179+ @pytest .mark .skip (reason = "Skipping to promote new CS package" )
178180def test_component_tessellate (modeler : Modeler ):
179181 """Test the component tessellation."""
180182 # Create a sketch
You can’t perform that action at this time.
0 commit comments