mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00:00
Skip spotify mapping tests
This commit is contained in:
parent
e420ee0645
commit
19c2994ff3
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ public void map_artist_should_not_update_id_if_http_throws()
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("Pending mapping fixes", Until = "2024-12-20 00:00:00Z")]
|
||||
[Ignore("Pending mapping fixes", Until = "2025-04-20 00:00:00Z")]
|
||||
public void map_artist_should_work()
|
||||
{
|
||||
UseRealHttp();
|
||||
|
@ -159,7 +159,7 @@ public void map_album_should_not_update_id_if_http_throws()
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("Pending mapping fixes", Until = "2024-12-20 00:00:00Z")]
|
||||
[Ignore("Pending mapping fixes", Until = "2025-04-20 00:00:00Z")]
|
||||
public void map_album_should_work()
|
||||
{
|
||||
UseRealHttp();
|
||||
|
|
Loading…
Reference in a new issue