Skip to content

Commit

Permalink
Merge pull request #257 from mvz/skip-bl-spec
Browse files Browse the repository at this point in the history
Skip spec for British Library provider since the service is currently offline
  • Loading branch information
mvz authored Feb 26, 2024
2 parents cf17ce6 + 9f43a63 commit e90dc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/alexandria/book_providers/bl_provider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

describe Alexandria::BookProviders::BLProvider do
it "produces a valid search result" do
skip "Search of the British Library is offline as per 4 February 2024"
expect(described_class).to have_correct_search_result_for "9781853260803"
end

Expand Down

0 comments on commit e90dc08

Please sign in to comment.