Skip to content

Commit 84b2739

Browse files
committed
Update test_design.py
1 parent 33cb4d1 commit 84b2739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_design.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,6 +2175,7 @@ def test_sweep_sketch(modeler: Modeler):
21752175
"""Test the sweep_sketch method by creating a revolving a circle profile around an
21762176
circular axis to make a donut."""
21772177

2178+
skip_if_linux(modeler)
21782179
design_sketch = modeler.create_design("donut")
21792180

21802181
path_radius = 5
@@ -2211,6 +2212,8 @@ def test_sweep_sketch(modeler: Modeler):
22112212
def test_sweep_chain(modeler: Modeler):
22122213
"""Test the sweep_chain method by revolving a semi-elliptical profile around an
22132214
circular axis to make a bowl."""
2215+
2216+
skip_if_linux(modeler)
22142217
design_chain = modeler.create_design("bowl")
22152218

22162219
radius = 10

0 commit comments

Comments
 (0)