From 3dd04cecbf6f03a1d263ce20e8da82a7a1727320 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 28 Apr 2025 12:41:35 +0300 Subject: [PATCH] Skip spotify mapping tests --- .../ImportListTests/Spotify/SpotifyMappingFixture.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core.Test/ImportListTests/Spotify/SpotifyMappingFixture.cs b/src/NzbDrone.Core.Test/ImportListTests/Spotify/SpotifyMappingFixture.cs index 83c8b720f..53e1d1558 100644 --- a/src/NzbDrone.Core.Test/ImportListTests/Spotify/SpotifyMappingFixture.cs +++ b/src/NzbDrone.Core.Test/ImportListTests/Spotify/SpotifyMappingFixture.cs @@ -80,7 +80,7 @@ namespace NzbDrone.Core.Test.ImportListTests } [Test] - [Ignore("Pending mapping fixes", Until = "2025-04-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2025-10-20 00:00:00Z")] public void map_artist_should_work() { UseRealHttp(); @@ -159,7 +159,7 @@ namespace NzbDrone.Core.Test.ImportListTests } [Test] - [Ignore("Pending mapping fixes", Until = "2025-04-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2025-10-20 00:00:00Z")] public void map_album_should_work() { UseRealHttp();