From 14679d98ed0ca0f00f89f5ef5e16997eaf507ff6 Mon Sep 17 00:00:00 2001 From: siddharthkp Date: Tue, 21 Apr 2020 11:45:13 +0200 Subject: [PATCH 1/2] disable visual tests --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bbefb624ca..f8c9bad8362 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -214,13 +214,13 @@ commands: JEST_JUNIT_OUTPUT: '/tmp/test-results/js-test-results.xml' - store_test_results: *store_test_results - store_artifacts: *store_artifacts - test_visual_regressions: - description: "Test Chromatic with 'yarn chromatic'" - steps: - - restore_cache: *restore_deps_cache - - attach_workspace: *attach_deps_workspace - - run: - command: yarn chromatic + # test_visual_regressions: + # description: "Test Chromatic with 'yarn chromatic'" + # steps: + # - restore_cache: *restore_deps_cache + # - attach_workspace: *attach_deps_workspace + # - run: + # command: yarn chromatic test_jest: description: 'Test with `yarn test`' steps: From a82da5d09b04a9583bc963b6039940623c97db27 Mon Sep 17 00:00:00 2001 From: siddharthkp Date: Tue, 21 Apr 2020 11:48:05 +0200 Subject: [PATCH 2/2] there were a few more! --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8c9bad8362..7380e5494b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -298,11 +298,11 @@ jobs: steps: - checkout_with_cache - test_integrations - test-visual-regressions: - executor: node - steps: - - checkout_with_cache - - test_visual_regressions + # test-visual-regressions: + # executor: node + # steps: + # - checkout_with_cache + # - test_visual_regressions test-jest: executor: node steps: @@ -363,9 +363,9 @@ workflows: - test-integrations: requires: - build-deps - - test-visual-regressions: - requires: - - build-deps + # - test-visual-regressions: + # requires: + # - build-deps - typecheck: requires: - build-deps @@ -389,7 +389,7 @@ workflows: - typecheck - test-integrations - test-jest - - test-visual-regressions + # - test-visual-regressions filters: branches: only: