From e621c36ac3dd1d2a88b820c1ad3b885fa1d60e63 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Wed, 22 Apr 2026 11:53:54 -0700 Subject: [PATCH] test: disable downloads of mc from minio site --- .github/workflows/system.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index 75909d3b..5cfb41c9 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -50,10 +50,11 @@ jobs: sudo apt-get update sudo apt-get install s3cmd - - name: Install mc - run: | - curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc - chmod 755 /usr/local/bin/mc +# disable mc tests due to dl.min.io instability +# - name: Install mc +# run: | +# curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc +# chmod 755 /usr/local/bin/mc - name: Install xml libraries (for rest) run: |