diff --git a/tests/test_xpl.py b/tests/test_xpl.py index c6f26dbad5..6c98705f63 100644 --- a/tests/test_xpl.py +++ b/tests/test_xpl.py @@ -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()