Skip to content

Commit

Permalink
test: marking test_extract test as flaky. See #2435
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 22, 2025
1 parent 4bf7520 commit cb620c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_xpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_goto(xpl):

@requires("ansys-math-core")
@pytest.mark.usefixtures("check_supports_extract")
@pytest.mark.xfail(reason="Flaky test. See #2435")
def test_extract(self, xpl):
# expecting fixture to already have a non-result file open
assert xpl._filename[-3:] != "rst"
Expand Down

0 comments on commit cb620c0

Please sign in to comment.