Quellcode durchsuchen

[podcasts] Skip failing tests, bye Google Podcasts

Colin Powell vor 1 Jahr
Ursprung
Commit
8776f75d12
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      tests/podcasts_tests/test_scrapers.py

+ 2 - 0
tests/podcasts_tests/test_scrapers.py

@@ -1,3 +1,4 @@
+import pytest
 from vrobbler.apps.podcasts.scrapers import scrape_data_from_google_podcasts
 
 expected_desc_snippet = (
@@ -8,6 +9,7 @@ expected_img_url = "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR1F0Cf
 expected_google_url = "https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5ucHIub3JnLzUxMDMxOC9wb2RjYXN0LnhtbA"
 
 
+@pytest.mark.skip("Google Podcasts is gone")
 def test_get_not_allowed_from_mopidy():
     query = "Up First"
     result_dict = scrape_data_from_google_podcasts(query)