Skip to content

Commit

Permalink
Fix BookInfo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 16, 2024
1 parent 04682c9 commit 11eda3b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace NzbDrone.Core.Test.MetadataSource.Goodreads
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class BookInfoProxyFixture : CoreTest<BookInfoProxy>
{
private MetadataProfile _metadataProfile;
Expand Down Expand Up @@ -46,7 +46,7 @@ public void should_be_able_to_get_author_detail(string mbId, string name)
}

[TestCase("1128601", "Guards! Guards!")]
[TestCase("3293141", "Ιλιάς")]
[TestCase("3293141", "Ἰλιάς")]
public void should_be_able_to_get_book_detail(string mbId, string name)
{
var details = Subject.GetBookInfo(mbId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace NzbDrone.Core.Test.MetadataSource.Goodreads
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class BookInfoProxySearchFixture : CoreTest<BookInfoProxy>
{
[SetUp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class AuthorEditorFixture : IntegrationTest
{
private void GivenExistingAuthor()
Expand Down
2 changes: 1 addition & 1 deletion src/NzbDrone.Integration.Test/ApiTests/AuthorFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class AuthorFixture : IntegrationTest
{
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class AuthorLookupFixture : IntegrationTest
{
[TestCase("Robert Harris", "Robert Harris")]
Expand Down
2 changes: 1 addition & 1 deletion src/NzbDrone.Integration.Test/ApiTests/BlocklistFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class BlocklistFixture : IntegrationTest
{
private AuthorResource _author;
Expand Down
2 changes: 1 addition & 1 deletion src/NzbDrone.Integration.Test/ApiTests/CalendarFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class CalendarFixture : IntegrationTest
{
public ClientBase<BookResource> Calendar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class CutoffUnmetFixture : IntegrationTest
{
[SetUp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace NzbDrone.Integration.Test.ApiTests.WantedTests
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class MissingFixture : IntegrationTest
{
[SetUp]
Expand Down

0 comments on commit 11eda3b

Please sign in to comment.