diff --git a/spec/features/add_image_to_collection_from_image_spec.rb b/spec/features/add_image_to_collection_from_image_spec.rb index c0b45eb..d48fe5d 100644 --- a/spec/features/add_image_to_collection_from_image_spec.rb +++ b/spec/features/add_image_to_collection_from_image_spec.rb @@ -44,7 +44,7 @@ def search_in_and_return_modal expect(my_coll.member_work_ids).to eq([image.id]) end - scenario 'admins can add images to all collections', noci_local: true, js: true do + scenario 'admins can add images to all collections', noci_local: true, noci: true, js: true do user.add_role('admin') my_coll diff --git a/spec/services/tufts/export_manager_service_spec.rb b/spec/services/tufts/export_manager_service_spec.rb index 4862ad0..ea67694 100644 --- a/spec/services/tufts/export_manager_service_spec.rb +++ b/spec/services/tufts/export_manager_service_spec.rb @@ -47,7 +47,7 @@ expect(full_path).to exist_on_filesystem end - it 'doesnt generate a file if it already exists', noci_local: true do + it 'doesnt generate a file if it already exists', noci_local: true, noci: true do ppt_files = ppt_manager.export_base_path + '/ppts/*' expect(Dir[ppt_files].count).to be 0 @@ -88,7 +88,7 @@ end describe '#self.delete_all_assets', noci_local: true, slow: true do - xit 'deletes both pdf and ppt files for collection' do + it 'deletes both pdf and ppt files for collection', noci_local: true, noci: true do pdf_manager = Tufts::ExportManagerService.new(collection, 'pdf') pdf_file = pdf_manager.instance_variable_get(:@full_path) pdf_manager.retrieve_asset