From 2acae3b34572b37b11a8fb0ac7d4f8e3e2b2cbde Mon Sep 17 00:00:00 2001 From: jkerstet Date: Wed, 5 Feb 2025 14:56:13 -0500 Subject: [PATCH 1/2] activating test for core service --- tests/integration/test_design.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/test_design.py b/tests/integration/test_design.py index 51d2281f68..e4b1f0d184 100644 --- a/tests/integration/test_design.py +++ b/tests/integration/test_design.py @@ -2064,9 +2064,6 @@ def test_get_collision(modeler: Modeler): def test_set_body_name(modeler: Modeler): """Test the setting the name of a body.""" - # Skip test on CoreService - skip_if_core_service(modeler, test_set_body_name.__name__, "set_name") - design = modeler.create_design("simple_cube") unit = DEFAULT_UNITS.LENGTH plane = Plane( From c426a40ad27ea24fa73f0c26661ccf57ae2bd5e9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:01:07 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1727.test.md [dependabot-skip] --- doc/changelog.d/1727.test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1727.test.md diff --git a/doc/changelog.d/1727.test.md b/doc/changelog.d/1727.test.md new file mode 100644 index 0000000000..d4caa81efc --- /dev/null +++ b/doc/changelog.d/1727.test.md @@ -0,0 +1 @@ +set body name \ No newline at end of file