From 73fa5cd7bca558b494718454b2707c19402d254e Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 14 Aug 2025 09:13:05 +0200 Subject: [PATCH] fix: disable test-newest since CircleCI seems unable to download due to rate-limits on Dockerhub Signed-off-by: deadprogram --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ead81ce19..e8654f3e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,4 +115,5 @@ workflows: test-all: jobs: - test-oldest - - test-newest + # disable this test, since CircleCI seems unable to download due to rate-limits on Dockerhub. + # - test-newest