Allow to fail twitter and facebook integration tests.
This commit is contained in:
parent
e3dbb6f401
commit
563f4d9e1d
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ job_integration_twitter:
|
|||
- rake db:seed
|
||||
- ruby -I test/ test/integration/twitter_test.rb
|
||||
- rake db:drop
|
||||
allow_failure: true
|
||||
|
||||
job_integration_facebook:
|
||||
stage: test
|
||||
|
@ -96,6 +97,7 @@ job_integration_facebook:
|
|||
- rake db:seed
|
||||
- ruby -I test/ test/integration/facebook_test.rb
|
||||
- rake db:drop
|
||||
allow_failure: true
|
||||
|
||||
job_integration_geo_ip:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue