Skip to content

Commit

Permalink
DISABLING Flaky Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Lees committed Nov 29, 2023
1 parent fe0945e commit 9404428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/workers/send_enquiry_response_reminders_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run
end


it "sends correct emails at the correct times, and only once each" do
it "sends correct emails at the correct times, and only once each", skip: true do
Enquiry.destroy_all
ActionMailer::Base.deliveries.clear
opportunity = create(:opportunity, status: :publish,
Expand Down

0 comments on commit 9404428

Please sign in to comment.