Skip to content

Commit 16c0505

Browse files
committed
✅ Skipping tests to disabled batch_upload feature
Batch uploads have been disabled since batch uploads and Valkyrized works are incompatible. The current Batch Add uses a fake Active Fedora form with fixed terms that ignore the selected work type, causing Valkyrie validations to fail (especially on 6.2). It was determined that fixing this issue is low-priority compared to general Bulkrax improvements. This commit skips the batch_upload tests until further decisions are made. Ref: - #7185 - notch8/palni_palci_knapsack#479
1 parent f87875e commit 16c0505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/features/batch_edit_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
describe 'editing' do
5050
it 'changes the value of each field for all selected works' do
51+
skip 'due to temporarily disabling the batch_upload feature'
52+
# Ref: https://github.com/samvera/hyrax/issues/7185
5153
click_on 'batch-edit'
5254
fill_in_batch_edit_fields_and_verify!
5355
reloaded_work1 = wings_disabled ? Hyrax.query_service.find_by(id: work1.id) : work1.reload
@@ -97,6 +99,8 @@
9799
end
98100

99101
it 'updates visibility' do
102+
skip 'due to temporarily disabling the batch_upload feature'
103+
# Ref: https://github.com/samvera/hyrax/issues/7185
100104
click_on 'batch-edit'
101105
find('#edit_permissions_link').click
102106
batch_edit_expand('permissions_visibility')

0 commit comments

Comments
 (0)