From 6edef99d377b7b61b0c0951eb4b437903886b130 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Sat, 4 May 2019 13:44:56 -0300 Subject: [PATCH] [CHORE] Remove e2e tests from CI (#875) --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d57e993..a0b72a80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -266,9 +266,9 @@ workflows: build-and-test: jobs: - lint-testunit - - e2e-test: - requires: - - lint-testunit + # - e2e-test: + # requires: + # - lint-testunit - ios-build: requires: