Skip to content

Commit a82da5d

Browse files
committed
there were a few more!
1 parent 14679d9 commit a82da5d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)