Skip to content

Commit

Permalink
XFail another problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Nov 4, 2024
1 parent 917894d commit ae6b76c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/client/artist.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest

from tekore.model import AlbumGroup

from ._resources import artist_id, artist_ids
Expand Down Expand Up @@ -28,6 +30,7 @@ def test_artist_albums_groups(self, app_client):
)
assert albums.total > 0

@pytest.mark.xfail(reason="Consistent unexpected failures in CI")
def test_artist_albums_no_groups_returns_all(self, app_client):
albums = app_client.artist_albums(artist_id, include_groups=[], market=None)
assert albums.total > 0
Expand Down

0 comments on commit ae6b76c

Please sign in to comment.