From 39a5abd5ae867a6c58590ae56bc504b703b4454a Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 30 Jun 2024 06:26:12 +0300 Subject: [PATCH] Bump skipping spotify 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 dc671ff2d..7a181952b 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-06-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-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 = "2024-06-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-10-20 00:00:00Z")] public void map_album_should_work() { UseRealHttp();