From f9cba39f0a998c5f1172f17476870a554466f335 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 19 May 2024 18:39:08 +0300 Subject: [PATCH] Ignore metadata tests temporarily --- .../MetadataSource/BookInfo/BookInfoProxyFixture.cs | 2 +- .../MetadataSource/BookInfo/BookInfoProxySearchFixture.cs | 2 +- src/NzbDrone.Integration.Test/ApiTests/AuthorEditorFixture.cs | 2 +- src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs | 2 +- src/NzbDrone.Integration.Test/ApiTests/AuthorLookupFixture.cs | 2 +- src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs | 2 +- src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs | 2 +- .../ApiTests/WantedTests/CutoffUnmetFixture.cs | 2 +- .../ApiTests/WantedTests/MissingFixture.cs | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs b/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs index a1287fff9..d06b4f68d 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs @@ -13,7 +13,7 @@ using NzbDrone.Core.Test.Framework; namespace NzbDrone.Core.Test.MetadataSource.Goodreads { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class BookInfoProxyFixture : CoreTest { private MetadataProfile _metadataProfile; diff --git a/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxySearchFixture.cs b/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxySearchFixture.cs index c736a698c..f9ad3d192 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxySearchFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxySearchFixture.cs @@ -15,7 +15,7 @@ using NzbDrone.Test.Common; namespace NzbDrone.Core.Test.MetadataSource.Goodreads { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class BookInfoProxySearchFixture : CoreTest { [SetUp] diff --git a/src/NzbDrone.Integration.Test/ApiTests/AuthorEditorFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/AuthorEditorFixture.cs index 102b8f4f3..4a0b8855a 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/AuthorEditorFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/AuthorEditorFixture.cs @@ -7,7 +7,7 @@ using Readarr.Api.V1.Author; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class AuthorEditorFixture : IntegrationTest { private void GivenExistingAuthor() diff --git a/src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs index d16e81802..d0502cbc6 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs @@ -7,7 +7,7 @@ using NUnit.Framework; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class AuthorFixture : IntegrationTest { [Test] diff --git a/src/NzbDrone.Integration.Test/ApiTests/AuthorLookupFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/AuthorLookupFixture.cs index bf3074934..fe6ecf107 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/AuthorLookupFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/AuthorLookupFixture.cs @@ -4,7 +4,7 @@ using NUnit.Framework; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class AuthorLookupFixture : IntegrationTest { [TestCase("Robert Harris", "Robert Harris")] diff --git a/src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs index 0ebbbeead..de64b6d6e 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs @@ -6,7 +6,7 @@ using Readarr.Api.V1.Blocklist; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class BlocklistFixture : IntegrationTest { private AuthorResource _author; diff --git a/src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs index 4a0106051..50d8bcc60 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs @@ -9,7 +9,7 @@ using Readarr.Api.V1.Books; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class CalendarFixture : IntegrationTest { public ClientBase Calendar; diff --git a/src/NzbDrone.Integration.Test/ApiTests/WantedTests/CutoffUnmetFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/WantedTests/CutoffUnmetFixture.cs index 940cd9fe8..80db1fca7 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/WantedTests/CutoffUnmetFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/WantedTests/CutoffUnmetFixture.cs @@ -8,7 +8,7 @@ using Readarr.Api.V1.RootFolders; namespace NzbDrone.Integration.Test.ApiTests.WantedTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class CutoffUnmetFixture : IntegrationTest { [SetUp] diff --git a/src/NzbDrone.Integration.Test/ApiTests/WantedTests/MissingFixture.cs b/src/NzbDrone.Integration.Test/ApiTests/WantedTests/MissingFixture.cs index e3cdc75e4..caa61162b 100644 --- a/src/NzbDrone.Integration.Test/ApiTests/WantedTests/MissingFixture.cs +++ b/src/NzbDrone.Integration.Test/ApiTests/WantedTests/MissingFixture.cs @@ -7,7 +7,7 @@ using Readarr.Api.V1.RootFolders; namespace NzbDrone.Integration.Test.ApiTests.WantedTests { [TestFixture] - [Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-08-15 00:00:00Z")] public class MissingFixture : IntegrationTest { [SetUp]