Commit de23d651 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'retry-specs' into 'master'

Attempts to run RSpec tests twice (1 retry)

See merge request !12066
parents 6bea2964 3a33665c
......@@ -84,9 +84,8 @@ RSpec.configure do |config|
end
if ENV['CI']
# Retry only on feature specs that use JS
config.around :each, :js do |ex|
ex.run_with_retry retry: 3
config.around(:each) do |ex|
ex.run_with_retry retry: 2
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment