From 563f4d9e1d58c41bc6b031c8338173cbdcc7aedc Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 18 Mar 2016 08:14:39 +0100 Subject: [PATCH] Allow to fail twitter and facebook integration tests. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f76a86e3..4612cbc08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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