Skip to content

Commit

Permalink
Merge pull request #6409 from samvera/make_nested_collections_search_…
Browse files Browse the repository at this point in the history
…builder_spec_wings_aware

Turns off AF testing in koppie testing for nested_collections_search_builder_spec.
  • Loading branch information
dlpierce authored Nov 2, 2023
2 parents 357b5e7 + 6325167 commit ed67892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
let(:ability) { ::Ability.new(user) }
let(:test_nest_direction) { :as_parent }

[false, true].each do |test_valkyrie|
(Hyrax.config.disable_wings ? [true] : [false, true]).each do |test_valkyrie|
context "when test_valkyrie is #{test_valkyrie}" do
let(:builder) do
described_class.new(scope: scope, access: access, collection: collection, nest_direction: test_nest_direction)
Expand Down

0 comments on commit ed67892

Please sign in to comment.