Skip to content

Commit

Permalink
test: disable failing test_on_command_executed_lifetime to promote th…
Browse files Browse the repository at this point in the history
…e latest image from nightly run [skip tests] (#3626)
  • Loading branch information
mkundu1 authored Jan 9, 2025
1 parent 7a75882 commit dfc482c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datamodel_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ def test_on_affected_at_type_path_lifetime(new_solver_session):
assert "/test/affected/A:A1/B-1" not in solver._se_service.subscriptions


@pytest.mark.skip(reason="https://github.com/ansys/pyfluent/issues/3625")
@pytest.mark.fluent_version(">=24.2")
def test_on_command_executed_lifetime(new_solver_session):
solver = new_solver_session
Expand Down

0 comments on commit dfc482c

Please sign in to comment.