File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ Re enable logs testing
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 @@ -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" )
8584def test_client_get_service_logs (client : GrpcClient ):
8685 """Test the retrieval of the service logs."""
8786 # Low level call
Original file line number Diff line number Diff 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." )
216217def test_get_design_tessellation (modeler : Modeler ):
217218 """Test getting the entire design tessellation."""
218219 # Create a design with two bodies
You can’t perform that action at this time.
0 commit comments