Skip to content

Commit

Permalink
Mark a spec pending
Browse files Browse the repository at this point in the history
  • Loading branch information
ragesoss committed May 16, 2024
1 parent 6b4154c commit 06ef0e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/features/feedback_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
let(:user) { create(:user) }

it 'submits successfully for a logged in user' do
pending 'flaky on CI'

login_as user
visit slide_with_feedback_link
click_link feedback_link_text
Expand All @@ -28,6 +30,8 @@
expect(form.body).to eq(body)
expect(form.user_id).to eq(user.id)
expect(form.subject).to match(slide_with_feedback_link)

pass_pending_spec
end

it 'submits successfully for a logged out user' do
Expand Down

0 comments on commit 06ef0e9

Please sign in to comment.