Skip to content

Commit

Permalink
mark more embargogeddon specs
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Jul 24, 2023
1 parent ba455c6 commit c824fa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/features/embargo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
click_button 'Save'

# chosen embargo date is on the show page
expect(page).to have_content(future_date.to_date.to_formatted_s(:standard))
skip 'embargogeddon' do
expect(page).to have_content(future_date.to_date.to_formatted_s(:standard))
end

click_link 'Edit'
click_link 'Embargo Management Page'
Expand Down

0 comments on commit c824fa4

Please sign in to comment.