Skip to content

Commit

Permalink
fix: disable unstable settings test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Apr 22, 2024
1 parent 36a190b commit 5b9ee75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_settings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def test_command_return_type(new_solver_session):
assert ret is not None


@pytest.mark.skip("https://github.com/ansys/pyfluent/issues/2712")
@pytest.mark.fluent_version(">=24.2")
def test_unstable_settings_warning(new_solver_session, recwarn):
solver = new_solver_session
Expand Down

0 comments on commit 5b9ee75

Please sign in to comment.