From a0462342ecfc74da86e71bab0a090185a037897e Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 18 Jun 2018 10:54:08 -0300 Subject: [tests] disable e2e tests for now e2e tests currently depend on client dev environment running a platform with blobs enabled. As the platform currently doesn't integrate with blobs, any deploy to cdev environment breaks blobs configuration and thus breaks e2e tests. I am disabling these tests for now so we don't depend on them to have packages built for soledad. --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1fd5d7e..825a7dbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,13 +66,13 @@ tests: script: - tox -- --couch-url http://couchdb:5984 -e2e: - stage: tests - except: - - schedules - image: 0xacab.org:4567/leap/soledad:latest - script: - - tox -e e2e +#e2e: +# stage: tests +# except: +# - schedules +# image: 0xacab.org:4567/leap/soledad:latest +# script: +# - tox -e e2e # -- cgit v1.2.3