diff --git a/doc/changelog.d/2363.maintenance.md b/doc/changelog.d/2363.maintenance.md new file mode 100644 index 0000000000..2d2e1ec830 --- /dev/null +++ b/doc/changelog.d/2363.maintenance.md @@ -0,0 +1 @@ +Quarantine tessellation tests diff --git a/tests/integration/test_tessellation.py b/tests/integration/test_tessellation.py index 3237f08ed0..9c325a8df4 100644 --- a/tests/integration/test_tessellation.py +++ b/tests/integration/test_tessellation.py @@ -35,6 +35,7 @@ @pytest.mark.skipif( not are_graphics_available(), reason="Skipping due to graphics requirements missing" ) +@pytest.mark.skip(reason="Skipping to promote new CS package") def test_body_tessellate(modeler: Modeler): """Test the body tessellation.""" sketch_1 = Sketch() @@ -175,6 +176,7 @@ def test_body_tessellate_with_edges(modeler: Modeler): @pytest.mark.skipif( not are_graphics_available(), reason="Skipping due to graphics requirements missing" ) +@pytest.mark.skip(reason="Skipping to promote new CS package") def test_component_tessellate(modeler: Modeler): """Test the component tessellation.""" # Create a sketch