Skip to content

Commit

Permalink
fix: support body mirror on linux (#1714)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
jonahrb and pyansys-ci-bot authored Feb 3, 2025
1 parent ca38489 commit 6d1d74e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/1714.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
support body mirror on linux
3 changes: 0 additions & 3 deletions tests/integration/test_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -2297,9 +2297,6 @@ def test_sphere_creation(modeler: Modeler):

def test_body_mirror(modeler: Modeler):
"""Test the mirroring of a body."""
# Skip test on CoreService
skip_if_core_service(modeler, test_body_mirror.__name__, "mirror")

design = modeler.create_design("Design1")

# Create shape with no lines of symmetry in any axis
Expand Down

0 comments on commit 6d1d74e

Please sign in to comment.