Skip to content

Commit 6d1d74e

Browse files
fix: support body mirror on linux (#1714)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent ca38489 commit 6d1d74e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/changelog.d/1714.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
support body mirror on linux

tests/integration/test_design.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,9 +2297,6 @@ def test_sphere_creation(modeler: Modeler):
22972297

22982298
def test_body_mirror(modeler: Modeler):
22992299
"""Test the mirroring of a body."""
2300-
# Skip test on CoreService
2301-
skip_if_core_service(modeler, test_body_mirror.__name__, "mirror")
2302-
23032300
design = modeler.create_design("Design1")
23042301

23052302
# Create shape with no lines of symmetry in any axis

0 commit comments

Comments
 (0)