Skip to content

Commit 79fb2c2

Browse files
chore: quarantine tessellation tests (#2363)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent e68c832 commit 79fb2c2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Quarantine tessellation tests

tests/integration/test_tessellation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
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")
3839
def 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")
178180
def test_component_tessellate(modeler: Modeler):
179181
"""Test the component tessellation."""
180182
# Create a sketch

0 commit comments

Comments
 (0)