From 9efcf04112a71f4f639758b9d46549318bbefb60 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 14 May 2024 13:07:13 +0200 Subject: [PATCH] Revert "Skipping `test_xpl.py::test_save` on v24.2 (#2905)" (#3088) This reverts commit ea42836ed7c3d3141f43dc78b114da17bf7a033e. --- tests/test_xpl.py | 5 ----- 1 file changed, 5 deletions(-) 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()