From 43ff7618690092ad1a3a22c91bb236a866f0e779 Mon Sep 17 00:00:00 2001 From: Ivan Hell Date: Tue, 7 Apr 2020 21:56:13 +0200 Subject: [PATCH] test: temporary disable e2e tests since tests are not yet implemented --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 90e3487..5f521b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,8 +49,8 @@ jobs: - *attach_workspace - run: command: yarn test:cov - - run: - command: yarn test:e2e + #- run: + # command: yarn test:e2e - store_test_results: path: reports/junit - codecov/upload: