Ignore spotify mapping test more temporarily

This commit is contained in:
Bogdan 2024-03-02 09:19:32 +02:00
commit 2c19b5aa61

View file

@ -80,6 +80,7 @@ namespace NzbDrone.Core.Test.ImportListTests
} }
[Test] [Test]
[Ignore("Pending mapping fixes", Until = "2024-03-20 00:00:00Z")]
public void map_artist_should_work() public void map_artist_should_work()
{ {
UseRealHttp(); UseRealHttp();
@ -158,7 +159,7 @@ namespace NzbDrone.Core.Test.ImportListTests
} }
[Test] [Test]
[Ignore("Pending mapping fixes", Until = "2024-02-20 00:00:00Z")] [Ignore("Pending mapping fixes", Until = "2024-03-20 00:00:00Z")]
public void map_album_should_work() public void map_album_should_work()
{ {
UseRealHttp(); UseRealHttp();