Commit 1c48df3a754ec2d4dcbcd72018c0c41a6cc85164
Exists in
web_steps_improvements
and in
8 other branches
Merge branch 'disable-smokes' into 'master'
gitlab-ci: temporarily disabling smoke test Selenium tests are failing randomly. This makes smoke tests to almost always fail, avoiding other tests to run. See merge request !818
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
.gitlab-ci.yml
| @@ -6,12 +6,13 @@ before_script: | @@ -6,12 +6,13 @@ before_script: | ||
| 6 | - ./script/silent-quick-start | 6 | - ./script/silent-quick-start |
| 7 | 7 | ||
| 8 | stages: | 8 | stages: |
| 9 | - - smoke-tests | 9 | + #FIXME Selenium tests are randomly failing and this avoid other tests to run. |
| 10 | + #- smoke-tests | ||
| 10 | - all-tests | 11 | - all-tests |
| 11 | 12 | ||
| 12 | -smoke: | ||
| 13 | - script: bundle exec rake ci:smoke | ||
| 14 | - stage: smoke-tests | 13 | +#smoke: |
| 14 | +# script: bundle exec rake ci:smoke | ||
| 15 | +# stage: smoke-tests | ||
| 15 | 16 | ||
| 16 | units: | 17 | units: |
| 17 | script: bundle exec rake test:units | 18 | script: bundle exec rake test:units |