Skip to content

Commit 35608f7

Browse files
Merge branch 'main' of https://github.com/ansys/pyansys-geometry into feat/add_edge_tessellation
2 parents 189510d + 6bb8c6b commit 35608f7

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

doc/changelog.d/2321.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re enable logs testing

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_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def test_client_close(client: GrpcClient):
8181
assert client.target() == ""
8282

8383

84-
@pytest.mark.skip(reason="Flaky test, needs investigation")
8584
def test_client_get_service_logs(client: GrpcClient):
8685
"""Test the retrieval of the service logs."""
8786
# Low level call

tests/integration/test_tessellation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def test_component_tessellate(modeler: Modeler):
213213
)
214214

215215

216+
@pytest.mark.skip(reason="Needs ApiServer fix. Disabled until then.")
216217
def test_get_design_tessellation(modeler: Modeler):
217218
"""Test getting the entire design tessellation."""
218219
# Create a design with two bodies

0 commit comments

Comments
 (0)