Skip to content

Commit ec33acc

Browse files
RyanJWardpre-commit-ci[bot]pyansys-ci-bot
authored
test: Skip test due to SC bug (#1798)
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 3c6a52b commit ec33acc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/1798.test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Skip test due to SC bug

tests/integration/test_design.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ def test_faces_edges(modeler: Modeler):
565565

566566
def test_coordinate_system_creation(modeler: Modeler):
567567
"""Test for verifying the correct creation of ``CoordinateSystem``."""
568+
pytest.skip(reason="Name issue in SC code")
568569
# Create your design on the server side
569570
design = modeler.create_design("CoordinateSystem_Test")
570571

0 commit comments

Comments
 (0)