From 1841fb66dc9c2b15a803c0c56f4bb9c50907aeb3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 24 Jan 2022 22:07:03 +0200 Subject: [PATCH] This test now passes, although some other MBID searches are still broken --- tests/test_network.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_network.py b/tests/test_network.py index 2ed839f..2f743ab 100755 --- a/tests/test_network.py +++ b/tests/test_network.py @@ -267,8 +267,6 @@ class TestPyLastNetwork(TestPyLastWithLastFm): assert isinstance(artist, pylast.Artist) assert artist.name in ("MusicBrainz Test Artist", "MusicBrainzz Test Artist") - @pytest.mark.xfail(reason="Broken at Last.fm: Track not found") - # https://support.last.fm/t/track-getinfo-with-mbid-returns-6-track-not-found/47905 def test_track_mbid(self): # Arrange mbid = "ebc037b1-cc9c-44f2-a21f-83c219f0e1e0"