diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-19 17:12:07 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-19 17:12:07 +0500 |
commit | d54cb37d29a9f02e210a5e5b4ada6169fc0cf9fb (patch) | |
tree | 0fde26ae2b7e331deaf84587fb0b322b01129c97 /qa/Gemfile.lock | |
parent | 503061217e010e74d155464be7dfd8e9754776db (diff) | |
download | gitlab-ce-d54cb37d29a9f02e210a5e5b4ada6169fc0cf9fb.tar.gz |
Retry failed tests with rspec-retry
Does not retry if tagged :quarantine. Also adds unit tests.
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 9f84bdc3828..c3d9f558c23 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -76,6 +76,8 @@ GEM rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) + rspec-retry (0.6.1) + rspec-core (> 3.3) rspec-support (3.7.0) rubyzip (1.2.2) selenium-webdriver (3.141.0) @@ -101,6 +103,7 @@ DEPENDENCIES pry-byebug (~> 3.5.1) rake (~> 12.3.0) rspec (~> 3.7) + rspec-retry (~> 0.6.1) selenium-webdriver (~> 3.12) BUNDLED WITH |