Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-19 15:12:07 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-19 15:12:07 +0300
commitd54cb37d29a9f02e210a5e5b4ada6169fc0cf9fb (patch)
tree0fde26ae2b7e331deaf84587fb0b322b01129c97 /qa/Gemfile.lock
parent503061217e010e74d155464be7dfd8e9754776db (diff)
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.lock3
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