Skip to content

Commit 73fa5cd

Browse files
committed
fix: disable test-newest since CircleCI seems unable to download due to rate-limits on Dockerhub
Signed-off-by: deadprogram <[email protected]>
1 parent 1be7582 commit 73fa5cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ workflows:
115115
test-all:
116116
jobs:
117117
- test-oldest
118-
- test-newest
118+
# disable this test, since CircleCI seems unable to download due to rate-limits on Dockerhub.
119+
# - test-newest

0 commit comments

Comments
 (0)