Commit d161310da83d65b747f48d83d949a206d8562d47

Authored by Rodrigo Souto
1 parent 068f8f46

gitlab-ci: temporarily disabling smokes test

Selenium tests are failing randomly. This makes smokes tests to almost
always fail, avoiding other tests to run.
Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
.gitlab-ci.yml
... ... @@ -6,12 +6,13 @@ before_script:
6 6 - ./script/silent-quick-start
7 7  
8 8 stages:
9   - - smoke-tests
  9 + #FIXME Selenium tests are randomly failing and this avoid other tests to run.
  10 + #- smoke-tests
10 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 17 units:
17 18 script: bundle exec rake test:units
... ...