瀏覽代碼

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

Colin Powell 1 月之前
父節點
當前提交
16091c9053
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/scrobbles_tests/test_views.py

+ 1 - 0
tests/scrobbles_tests/test_views.py

@@ -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