Skip to content

Commit 86a099d

Browse files
RobPasMuepre-commit-ci[bot]pyansys-ci-bot
authored
fix: reactivate test on failing extra edges test (#1396)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 0d7aac8 commit 86a099d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/changelog.d/1396.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
reactivate test on failing extra edges test

tests/integration/test_repair_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
# SOFTWARE.
2222
""" "Testing of repair tools."""
2323

24-
import pytest
25-
2624
from ansys.geometry.core.modeler import Modeler
2725

2826
from .conftest import FILES_DIR, skip_if_linux
@@ -80,7 +78,6 @@ def test_find_extra_edge_edges(modeler: Modeler):
8078
assert len(problem_areas[0].edges) > 0
8179

8280

83-
@pytest.mark.skip(reason="This test is failing on the Geometry Service - issue 1335")
8481
def test_fix_extra_edge(modeler: Modeler):
8582
"""Test to find and fix extra edge problem areas."""
8683
design = modeler.open_file(FILES_DIR / "ExtraEdgesDesignBefore.scdocx")

0 commit comments

Comments
 (0)