[tests] Skips the podcast scrobble tests, no Google Podcast

This commit is contained in:
2025-03-27 16:50:42 -04:00
parent eec00ce658
commit 16091c9053

View File

@ -111,6 +111,7 @@ def test_scrobble_mopidy_same_track_different_album(
assert scrobble.media_obj.title == "Same in the End"
@pytest.mark.skip("Need to add a mock podcast request data, tho Google Podcasts is gone :thinking:")
@pytest.mark.django_db
def test_scrobble_mopidy_podcast(
client, mopidy_podcast_request_data, valid_auth_token