Skip to content

Commit 862f4cd

Browse files
josephperrottandrewseguin
authored andcommitted
chore: temporarily disable ivy_snapshot_test_cronjob on CircleCI (#16321)
1 parent 327e459 commit 862f4cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,9 @@ workflows:
486486
# is no easy way to detect whether a job runs inside of a cronjob or specific
487487
# workflow. See: https://circleci.com/ideas/?idea=CCI-I-295
488488
- snapshot_tests_local_browsers
489-
- ivy_snapshot_test_cronjob
489+
# TODO(devversion): Renable once we are able to update to the version of angular
490+
# and bazel build rules which corrects our errors.
491+
# - ivy_snapshot_test_cronjob
490492
triggers:
491493
- schedule:
492494
cron: "0 * * * *"

0 commit comments

Comments
 (0)