Skip to content

Commit

Permalink
set xfail on slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Dec 28, 2022
1 parent 01746b6 commit 07577b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/webservices/test_panther.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def test_homolog_position():
assert res["unmapped"]


@pytest.mark.xfail(reason="too slow", method="thread")
@pytest.mark.timeout(60)
def test_supported_families():
res = p.get_supported_families()
res = p.get_supported_families(progress=False)
Expand Down

0 comments on commit 07577b6

Please sign in to comment.