From e764bf9f9201eea76973355aeaa8c3e2582f24d5 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Mon, 27 Apr 2026 21:09:08 +0530 Subject: [PATCH 1/3] fix: Failing 27R1 tests. --- tests/test_datamodel_api.py | 6 ------ tests/test_settings_api.py | 2 -- 2 files changed, 8 deletions(-) diff --git a/tests/test_datamodel_api.py b/tests/test_datamodel_api.py index 5ad58d704b1..c55a10c720e 100644 --- a/tests/test_datamodel_api.py +++ b/tests/test_datamodel_api.py @@ -204,8 +204,6 @@ def cb(): assert called == 1 -@pytest.mark.skip(reason=SKIP_INVESTIGATING) -# https://github.com/ansys/pyfluent/issues/4298 @pytest.mark.fluent_version(">=25.2") def test_datamodel_api_on_deleted( datamodel_api_version_all, request, new_solver_session @@ -278,8 +276,6 @@ def cb(val): assert value == "xyz" -@pytest.mark.skip(reason=SKIP_INVESTIGATING) -# https://github.com/ansys/pyfluent/issues/4298 @pytest.mark.fluent_version(">=25.2") def test_datamodel_api_on_command_attribute_changed( datamodel_api_version_all, request, new_solver_session @@ -385,8 +381,6 @@ def test_datamodel_api_update_dict(datamodel_api_version_all, new_solver_session assert service.get_state(app_name, "/G/H") == {"X": "abc"} -@pytest.mark.skip(reason=SKIP_INVESTIGATING) -# https://github.com/ansys/pyfluent/issues/4298 @pytest.mark.fluent_version(">=25.2") def test_datamodel_api_on_bad_input( datamodel_api_version_all, request, new_solver_session diff --git a/tests/test_settings_api.py b/tests/test_settings_api.py index 521f0cdc1f9..edf76a5251c 100644 --- a/tests/test_settings_api.py +++ b/tests/test_settings_api.py @@ -677,8 +677,6 @@ def test_deprecated_command_arguments(mixing_elbow_case_data_session): } -@pytest.mark.skip(reason=SKIP_INVESTIGATING) -# https://github.com/ansys/pyfluent/issues/4298 @pytest.mark.fluent_version(">=25.2") def test_return_types_of_operations_on_named_objects(mixing_elbow_settings_session): solver = mixing_elbow_settings_session From dc0f38308ea1b71eb783727849c82283aea4be4f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:40:19 +0000 Subject: [PATCH 2/3] chore: adding changelog file 5086.fixed.md [dependabot-skip] --- doc/changelog.d/5086.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/5086.fixed.md diff --git a/doc/changelog.d/5086.fixed.md b/doc/changelog.d/5086.fixed.md new file mode 100644 index 00000000000..b9ac4640c08 --- /dev/null +++ b/doc/changelog.d/5086.fixed.md @@ -0,0 +1 @@ +Failing 27R1 tests. From ddab97335f4977e3443bea7312d7ecfef63b2a27 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Tue, 28 Apr 2026 06:51:23 +0530 Subject: [PATCH 3/3] Activate test. --- tests/test_field_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_field_data.py b/tests/test_field_data.py index ee06e46b2a5..cde05820b43 100644 --- a/tests/test_field_data.py +++ b/tests/test_field_data.py @@ -772,8 +772,6 @@ def test_field_data_does_not_modify_case(new_solver_session): assert not solver.scheme.eval("(case-modified?)") -@pytest.mark.skip(reason=SKIP_INVESTIGATING) -# https://github.com/ansys/pyfluent/issues/5051 @pytest.mark.fluent_version(">=24.1") def test_field_data_streaming_in_meshing_mode(new_meshing_session): meshing = new_meshing_session