Skip to content

Commit 14679d9

Browse files
committed
disable visual tests
1 parent efbc573 commit 14679d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ commands:
214214
JEST_JUNIT_OUTPUT: '/tmp/test-results/js-test-results.xml'
215215
- store_test_results: *store_test_results
216216
- store_artifacts: *store_artifacts
217-
test_visual_regressions:
218-
description: "Test Chromatic with 'yarn chromatic'"
219-
steps:
220-
- restore_cache: *restore_deps_cache
221-
- attach_workspace: *attach_deps_workspace
222-
- run:
223-
command: yarn chromatic
217+
# test_visual_regressions:
218+
# description: "Test Chromatic with 'yarn chromatic'"
219+
# steps:
220+
# - restore_cache: *restore_deps_cache
221+
# - attach_workspace: *attach_deps_workspace
222+
# - run:
223+
# command: yarn chromatic
224224
test_jest:
225225
description: 'Test with `yarn test`'
226226
steps:

0 commit comments

Comments
 (0)