From 2a10505dff0ec398e9052fc82404f8e76e4246e6 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 28 Mar 2024 13:00:49 +0200 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 f6da386f3..c38b20055 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-03-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-04-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-03-20 00:00:00Z")] + [Ignore("Pending mapping fixes", Until = "2024-04-20 00:00:00Z")] public void map_album_should_work() { UseRealHttp();