mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-05-02 21:19:33 -05:00
Skip tests temporally
This commit is contained in:
@@ -14,7 +14,7 @@ using NzbDrone.Core.Test.Framework;
|
||||
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class SkyHookProxyFixture : CoreTest<SkyHookProxy>
|
||||
{
|
||||
private MetadataProfile _metadataProfile;
|
||||
|
||||
@@ -12,7 +12,7 @@ using NzbDrone.Test.Common;
|
||||
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class SkyHookProxySearchFixture : CoreTest<SkyHookProxy>
|
||||
{
|
||||
[SetUp]
|
||||
|
||||
@@ -7,7 +7,7 @@ using NzbDrone.Test.Common;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class ArtistEditorFixture : IntegrationTest
|
||||
{
|
||||
private void GivenExistingArtist()
|
||||
|
||||
@@ -7,7 +7,7 @@ using NUnit.Framework;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class ArtistFixture : IntegrationTest
|
||||
{
|
||||
[Test]
|
||||
|
||||
@@ -4,7 +4,7 @@ using NUnit.Framework;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class ArtistLookupFixture : IntegrationTest
|
||||
{
|
||||
[TestCase("Kiss", "Kiss")]
|
||||
|
||||
@@ -6,7 +6,7 @@ using NUnit.Framework;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class BlocklistFixture : IntegrationTest
|
||||
{
|
||||
private ArtistResource _artist;
|
||||
|
||||
@@ -9,7 +9,7 @@ using NzbDrone.Integration.Test.Client;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class CalendarFixture : IntegrationTest
|
||||
{
|
||||
public ClientBase<AlbumResource> Calendar;
|
||||
|
||||
@@ -7,7 +7,7 @@ using NUnit.Framework;
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class TrackFixture : IntegrationTest
|
||||
{
|
||||
private ArtistResource _artist;
|
||||
|
||||
@@ -8,7 +8,7 @@ using NzbDrone.Core.Qualities;
|
||||
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class CutoffUnmetFixture : IntegrationTest
|
||||
{
|
||||
[SetUp]
|
||||
|
||||
@@ -7,7 +7,7 @@ using NzbDrone.Core.Music;
|
||||
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-07-01 00:00:00Z")]
|
||||
[Ignore("Waiting for metadata to be back again", Until = "2025-08-01 00:00:00Z")]
|
||||
public class MissingFixture : IntegrationTest
|
||||
{
|
||||
[SetUp]
|
||||
|
||||
Reference in New Issue
Block a user