diff options
author | Rémy Coutable <remy@rymai.me> | 2017-03-09 13:12:28 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-13 17:33:17 +0100 |
commit | 1761da5152e460549e0e827990ea4f36d097db33 (patch) | |
tree | 14292fa5edae0e5f7c7e91b605e1fd4e9d782340 /.gitlab-ci.yml | |
parent | 5f7592d53805b18fbbc2a117ab8b4d953b13dbb1 (diff) | |
download | gitlab-ce-1761da5152e460549e0e827990ea4f36d097db33.tar.gz |
Retry only on feature specs that use JS, on CI29242-fix-api-specs-potential-weird-failures-on-retries
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deeb01f9a3c..db3d25195dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,6 @@ cache: variables: MYSQL_ALLOW_EMPTY_PASSWORD: "1" - # retry tests only in CI environment - RSPEC_RETRY_RETRY_COUNT: "3" RAILS_ENV: "test" SIMPLECOV: "true" SETUP_DB: "true" |