Skip to content

Commit

Permalink
test: skip flaky test. See #2435 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 12, 2024
1 parent f06db96 commit d99d916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2314,6 +2314,7 @@ def test__remove_temp_dir_on_exit(mapdl, tmpdir):

@requires("local")
@requires("nostudent")
@pytest.mark.xfail(reason="Flaky test. See #2435")
def test_remove_temp_dir_on_exit(mapdl):

mapdl_2 = launch_mapdl(remove_temp_dir_on_exit=True, port=PORT1)
Expand Down

0 comments on commit d99d916

Please sign in to comment.