Ignore tests temporarily

This commit is contained in:
Bogdan
2024-01-13 02:04:40 +02:00
parent 467a87baec
commit 3066dd92d7
9 changed files with 9 additions and 9 deletions
@@ -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 = "2023-12-31 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-01-31 00:00:00Z")]
public class BookInfoProxyFixture : CoreTest<BookInfoProxy>
{
private MetadataProfile _metadataProfile;