diff --git a/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs b/src/NzbDrone.Core.Test/MetadataSource/BookInfo/BookInfoProxyFixture.cs index 1499c9dc7..019de5ee5 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 05d02ed64..d2325abca 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 f8ca0da34..4b1406af7 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 2df262bd3..1f123a4e1 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 f022d1f2d..4f5ebe4b1 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 7a5395310..d009f64fd 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 35cdc6a13..5f260565f 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 b172791cf..f8dad7329 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-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 b0da7ad1f..f57b2e3ca 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-01-31 00:00:00Z")] + [Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")] public class MissingFixture : IntegrationTest { [SetUp]