diff --git a/doc/changelog.d/1396.fixed.md b/doc/changelog.d/1396.fixed.md new file mode 100644 index 0000000000..b8fd45cef5 --- /dev/null +++ b/doc/changelog.d/1396.fixed.md @@ -0,0 +1 @@ +reactivate test on failing extra edges test \ No newline at end of file diff --git a/tests/integration/test_repair_tools.py b/tests/integration/test_repair_tools.py index c371ad869d..314e2094a1 100644 --- a/tests/integration/test_repair_tools.py +++ b/tests/integration/test_repair_tools.py @@ -21,8 +21,6 @@ # SOFTWARE. """ "Testing of repair tools.""" -import pytest - from ansys.geometry.core.modeler import Modeler from .conftest import FILES_DIR, skip_if_linux @@ -91,7 +89,6 @@ def test_find_extra_edge_edges(modeler: Modeler): assert len(problem_areas[0].edges) > 0 -@pytest.mark.skip(reason="This test is failing on the Geometry Service - issue 1335") def test_fix_extra_edge(modeler: Modeler): """Test to find and fix extra edge problem areas.""" skip_if_linux(modeler, test_fix_extra_edge.__name__, "repair_tools") # Skip test on Linux