From f005695b4872d7efbae6890526df7fe3d5e26c1d Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 20 Oct 2024 05:25:37 +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 7a181952b..4a2910445 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 = "2024-10-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-12-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 = "2024-10-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-12-20 00:00:00Z")] public void map_album_should_work() { UseRealHttp();