From 68ea524a0e893b4215debef4cec9ea6820f35484 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Fri, 1 Jul 2022 16:04:20 +1000 Subject: [PATCH] Disable test runner docs test cc @yannbf --- .circleci/config.yml | 45 +++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71913fcb4d72..7e4fa18bf062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -221,27 +221,30 @@ jobs: - store_artifacts: path: /tmp/storybook-e2e-testing-out.zip destination: e2e - e2e-tests-sb-docs: - executor: - class: large - name: sb_cypress_8_node_14 - parallelism: 2 - steps: - - git-shallow-clone/checkout_advanced: - clone_options: '--depth 1 --verbose' - - attach_workspace: - at: . - - run: - name: Running local registry - command: yarn local-registry --port 6000 --open - background: true - - run: - name: Wait for registry - command: yarn wait-on http://localhost:6000 - - run: - name: Run smoke tests - command: yarn test:e2e-framework angular_modern_inline_rendering --test-runner --docs-mode - no_output_timeout: 5m + # NOTE: this currently tests each story in docs mode, which doesn't make sense any more as stories + # can no longer run in docs mode. Instead we should probably change the test runner to test each + # docs entry if you run it in `VIEW_MODE=docs` + # e2e-tests-sb-docs: + # executor: + # class: large + # name: sb_cypress_8_node_14 + # parallelism: 2 + # steps: + # - git-shallow-clone/checkout_advanced: + # clone_options: '--depth 1 --verbose' + # - attach_workspace: + # at: . + # - run: + # name: Running local registry + # command: yarn local-registry --port 6000 --open + # background: true + # - run: + # name: Wait for registry + # command: yarn wait-on http://localhost:6000 + # - run: + # name: Run smoke tests + # command: yarn test:e2e-framework angular_modern_inline_rendering --test-runner --docs-mode + # no_output_timeout: 5m cra-bench: executor: class: medium