Skip to content

Commit

Permalink
Revert "Skipping test_xpl.py::test_save on v24.2 (#2905)" (#3088)
Browse files Browse the repository at this point in the history
This reverts commit ea42836.
  • Loading branch information
germa89 committed May 14, 2024
1 parent 658467e commit 9efcf04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_xpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ def test_read_asarray(xpl):


def test_save(xpl):
if xpl._mapdl.version == 24.2:
pytest.xfail(
"There is a bug (977113) on v242 which makes saving using XPL to fail."
)

xpl.save()
with pytest.raises(MapdlCommandIgnoredError):
xpl.list()
Expand Down

0 comments on commit 9efcf04

Please sign in to comment.