Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reactivate test on failing extra edges test #1396

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1396.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reactivate test on failing extra edges test
3 changes: 0 additions & 3 deletions tests/integration/test_repair_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading