@@ -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 :
@@ -298,11 +298,11 @@ jobs:
298298 steps :
299299 - checkout_with_cache
300300 - test_integrations
301- test-visual-regressions :
302- executor : node
303- steps :
304- - checkout_with_cache
305- - test_visual_regressions
301+ # test-visual-regressions:
302+ # executor: node
303+ # steps:
304+ # - checkout_with_cache
305+ # - test_visual_regressions
306306 test-jest :
307307 executor : node
308308 steps :
@@ -363,9 +363,9 @@ workflows:
363363 - test-integrations :
364364 requires :
365365 - build-deps
366- - test-visual-regressions :
367- requires :
368- - build-deps
366+ # - test-visual-regressions:
367+ # requires:
368+ # - build-deps
369369 - typecheck :
370370 requires :
371371 - build-deps
@@ -389,7 +389,7 @@ workflows:
389389 - typecheck
390390 - test-integrations
391391 - test-jest
392- - test-visual-regressions
392+ # - test-visual-regressions
393393 filters :
394394 branches :
395395 only :
0 commit comments