Skip to content

Commit

Permalink
add more flaky marks
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Dec 6, 2023
1 parent aaf0e81 commit 498872d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/futures/test_futures_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def test_get_open_positions(futures_auth_user: User) -> None:
assert is_success(futures_auth_user.get_open_positions())


# FIXME: They often encounter 500 status_codes - maybe an error in Kraken's API
@pytest.mark.flaky()
@pytest.mark.futures()
@pytest.mark.futures_auth()
@pytest.mark.futures_user()
Expand Down

0 comments on commit 498872d

Please sign in to comment.