Skip to content

Commit 9047d71

Browse files
test: skip test (#3259)
* test: skip test * chore: adding changelog file 3259.added.md --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 967c500 commit 9047d71

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

doc/changelog.d/3259.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test: skip test

tests/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def test_launch_mapdl_cli_config(run_cli):
133133
@requires("click")
134134
@requires("local")
135135
@requires("nostudent")
136+
@pytest.mark.xfail(reason="Flaky test")
136137
def test_launch_mapdl_cli_list(run_cli):
137138
output = run_cli("list")
138139
assert "running" in output or "sleeping" in output

tests/test_mapdl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,7 @@ def test_igesin_whitespace(mapdl, cleared, tmpdir):
19481948

19491949
@requires("local")
19501950
@requires("nostudent")
1951+
@pytest.mark.xfail(reason="Flaky test")
19511952
def test_save_on_exit(mapdl, cleared):
19521953
mapdl2 = launch_mapdl(
19531954
license_server_check=False,
@@ -2330,6 +2331,7 @@ def test__remove_temp_dir_on_exit(mapdl, tmpdir):
23302331

23312332
@requires("local")
23322333
@requires("nostudent")
2334+
@pytest.mark.xfail(reason="Flaky test")
23332335
def test_remove_temp_dir_on_exit(mapdl):
23342336

23352337
mapdl_2 = launch_mapdl(remove_temp_dir_on_exit=True, port=mapdl.port + 2)

0 commit comments

Comments
 (0)