We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cb4d1 commit 84b2739Copy full SHA for 84b2739
tests/integration/test_design.py
@@ -2175,6 +2175,7 @@ def test_sweep_sketch(modeler: Modeler):
2175
"""Test the sweep_sketch method by creating a revolving a circle profile around an
2176
circular axis to make a donut."""
2177
2178
+ skip_if_linux(modeler)
2179
design_sketch = modeler.create_design("donut")
2180
2181
path_radius = 5
@@ -2211,6 +2212,8 @@ def test_sweep_sketch(modeler: Modeler):
2211
2212
def test_sweep_chain(modeler: Modeler):
2213
"""Test the sweep_chain method by revolving a semi-elliptical profile around an
2214
circular axis to make a bowl."""
2215
+
2216
2217
design_chain = modeler.create_design("bowl")
2218
2219
radius = 10
0 commit comments