File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ Disable broken design tessellation test
Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
360360 r"https://github.com/ansys/pyansys-geometry-binaries" ,
361361 r"https://download.ansys.com/" ,
362362 r"https://stackoverflow.com/" , # Requires human authentication
363+ r"https://docs.pyvista.org/" , # Intermittent timeout issues
363364 r".*/examples/.*.py" ,
364365 r".*/examples/.*.ipynb" ,
365366 r"_static/assets/.*" ,
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ def test_component_tessellate(modeler: Modeler):
163163 )
164164
165165
166+ @pytest .mark .skip (reason = "Needs ApiServer fix. Disabled until then." )
166167def test_get_design_tessellation (modeler : Modeler ):
167168 """Test getting the entire design tessellation."""
168169
You can’t perform that action at this time.
0 commit comments