Skip to content

Commit

Permalink
Update find_collections_by_type_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
abelemlih authored and jeremyf committed Feb 7, 2024
1 parent fabd208 commit 4169c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe Hyrax::CustomQueries::FindCollectionsByType, valkyrie_adapter: :test_adapter do
RSpec.describe Hyrax::CustomQueries::FindCollectionsByType, valkyrie_adapter: :test_adapter, skip: !Hyrax.config.use_valkyrie? || !Hyrax.config.disable_wings do
subject(:query_handler) { described_class.new(query_service: query_service) }
let(:adapter) { Valkyrie::MetadataAdapter.find(:test_adapter) }
let(:collection_type) { FactoryBot.create(:collection_type) }
Expand Down

0 comments on commit 4169c5d

Please sign in to comment.