Skip to content

Commit

Permalink
skipping check on v241
Browse files Browse the repository at this point in the history
  • Loading branch information
german committed Mar 21, 2024
1 parent b03a4b4 commit 50fbc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ def test_save_on_exit(mapdl, cleared):
port=mapdl.port + 1,
)
mapdl2.resume(db_path)
if mapdl.version >= 24.1:
if mapdl.version >= 24.2:
assert mapdl2.parameters["my_par"] == "initial_value"
else:
# This fails in earlier versions of MAPDL
Expand Down

0 comments on commit 50fbc5b

Please sign in to comment.