mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Bump skipping spotify tests
This commit is contained in:
parent
28f2eb974d
commit
2a10505dff
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]
|
[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()
|
public void map_artist_should_work()
|
||||||
{
|
{
|
||||||
UseRealHttp();
|
UseRealHttp();
|
||||||
|
@ -159,7 +159,7 @@ public void map_album_should_not_update_id_if_http_throws()
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[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()
|
public void map_album_should_work()
|
||||||
{
|
{
|
||||||
UseRealHttp();
|
UseRealHttp();
|
||||||
|
|
Loading…
Reference in a new issue