File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -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 :
You can’t perform that action at this time.
0 commit comments