Commit 3a33665c authored by Rémy Coutable's avatar Rémy Coutable

Attempts to run RSpec tests twice (1 retry)

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c61c3a08
...@@ -75,9 +75,8 @@ RSpec.configure do |config| ...@@ -75,9 +75,8 @@ RSpec.configure do |config|
end end
if ENV['CI'] if ENV['CI']
# Retry only on feature specs that use JS config.around(:each) do |ex|
config.around :each, :js do |ex| ex.run_with_retry retry: 2
ex.run_with_retry retry: 3
end end
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