mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Skip tests temporally
This commit is contained in:
parent
e3af1b682d
commit
52a5034718
10 changed files with 10 additions and 10 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class SkyHookProxyFixture : CoreTest<SkyHookProxy>
|
public class SkyHookProxyFixture : CoreTest<SkyHookProxy>
|
||||||
{
|
{
|
||||||
private MetadataProfile _metadataProfile;
|
private MetadataProfile _metadataProfile;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class SkyHookProxySearchFixture : CoreTest<SkyHookProxy>
|
public class SkyHookProxySearchFixture : CoreTest<SkyHookProxy>
|
||||||
{
|
{
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class ArtistEditorFixture : IntegrationTest
|
public class ArtistEditorFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
private void GivenExistingArtist()
|
private void GivenExistingArtist()
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class ArtistFixture : IntegrationTest
|
public class ArtistFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
[Test]
|
[Test]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class ArtistLookupFixture : IntegrationTest
|
public class ArtistLookupFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
[TestCase("Kiss", "Kiss")]
|
[TestCase("Kiss", "Kiss")]
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class BlocklistFixture : IntegrationTest
|
public class BlocklistFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
private ArtistResource _artist;
|
private ArtistResource _artist;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class CalendarFixture : IntegrationTest
|
public class CalendarFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
public ClientBase<AlbumResource> Calendar;
|
public ClientBase<AlbumResource> Calendar;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests
|
namespace NzbDrone.Integration.Test.ApiTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class TrackFixture : IntegrationTest
|
public class TrackFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
private ArtistResource _artist;
|
private ArtistResource _artist;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class CutoffUnmetFixture : IntegrationTest
|
public class CutoffUnmetFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
[Ignore("Waiting for metadata to be back again", Until = "2025-10-01 00:00:00Z")]
|
[Ignore("Waiting for metadata to be back again", Until = "2025-11-15 00:00:00Z")]
|
||||||
public class MissingFixture : IntegrationTest
|
public class MissingFixture : IntegrationTest
|
||||||
{
|
{
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue