From 702a502ad92405b04ad06d8896620adbb3595d76 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:25:43 +0200 Subject: [PATCH 1/3] fix: reactivate test --- tests/integration/test_repair_tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_repair_tools.py b/tests/integration/test_repair_tools.py index c371ad869d..206336d44c 100644 --- a/tests/integration/test_repair_tools.py +++ b/tests/integration/test_repair_tools.py @@ -91,7 +91,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 From 8857d9f47538b547cfb9c706607602c152e9d10b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:27:39 +0000 Subject: [PATCH 2/3] chore: auto fixes from pre-commit hooks --- tests/integration/test_repair_tools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_repair_tools.py b/tests/integration/test_repair_tools.py index 206336d44c..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 From bae048a8333f2dc55823527337c066a27ff2a281 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:28:41 +0000 Subject: [PATCH 3/3] chore: adding changelog file 1396.fixed.md --- doc/changelog.d/1396.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1396.fixed.md 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