Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/5086.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Failing 27R1 tests.
6 changes: 0 additions & 6 deletions tests/test_datamodel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/test_field_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/test_settings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading