skip spotify and metadata tests temporarily

This commit is contained in:
bakerboy448 2025-10-29 19:17:21 -05:00
parent 6bcead8bf6
commit 9c9ebbca3f
11 changed files with 12 additions and 12 deletions

View file

@ -80,7 +80,7 @@ public void map_artist_should_not_update_id_if_http_throws()
}
[Test]
[Ignore("Pending mapping fixes", Until = "2025-10-20 00:00:00Z")]
[Ignore("Pending mapping fixes", Until = "2025-12-31 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 = "2025-10-20 00:00:00Z")]
[Ignore("Pending mapping fixes", Until = "2025-12-31 00:00:00Z")]
public void map_album_should_work()
{
UseRealHttp();

View file

@ -14,7 +14,7 @@
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class SkyHookProxyFixture : CoreTest<SkyHookProxy>
{
private MetadataProfile _metadataProfile;

View file

@ -12,7 +12,7 @@
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class SkyHookProxySearchFixture : CoreTest<SkyHookProxy>
{
[SetUp]

View file

@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class ArtistEditorFixture : IntegrationTest
{
private void GivenExistingArtist()

View file

@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class ArtistFixture : IntegrationTest
{
[Test]

View file

@ -4,7 +4,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class ArtistLookupFixture : IntegrationTest
{
[TestCase("Kiss", "Kiss")]

View file

@ -6,7 +6,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class BlocklistFixture : IntegrationTest
{
private ArtistResource _artist;

View file

@ -9,7 +9,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class CalendarFixture : IntegrationTest
{
public ClientBase<AlbumResource> Calendar;

View file

@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class TrackFixture : IntegrationTest
{
private ArtistResource _artist;

View file

@ -8,7 +8,7 @@
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class CutoffUnmetFixture : IntegrationTest
{
[SetUp]

View file

@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2025-12-31 00:00:00Z")]
public class MissingFixture : IntegrationTest
{
[SetUp]