Skip to content

Commit 6bb8c6b

Browse files
fix: disable broken design tessellation test (#2324)
1 parent 8b3f393 commit 6bb8c6b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

doc/changelog.d/2324.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Disable broken design tessellation test

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/.*",

tests/integration/test_tessellation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.")
166167
def test_get_design_tessellation(modeler: Modeler):
167168
"""Test getting the entire design tessellation."""
168169

0 commit comments

Comments
 (0)