Skip to content

Commit

Permalink
Disable mint full object tests
Browse files Browse the repository at this point in the history
Remove expected failures from minio/minio-go#2026
  • Loading branch information
klauspost committed Dec 8, 2024
1 parent aff2a76 commit df2c3eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-mint.sh
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ export ACCESS_KEY="$2"
export SECRET_KEY="$3"
export JOB_NAME="$4"
export MINT_MODE="full"
export MINT_NO_FULL_OBJECT="true"

docker system prune -f || true
docker volume prune -f || true
@@ -35,6 +36,7 @@ docker run --rm --net=mint_default \
-e ACCESS_KEY="${ACCESS_KEY}" \
-e SECRET_KEY="${SECRET_KEY}" \
-e ENABLE_HTTPS=0 \
-e MINT_NO_FULL_OBJECT="${MINT_NO_FULL_OBJECT}" \
-e MINT_MODE="${MINT_MODE}" \
docker.io/minio/mint:edge

0 comments on commit df2c3eb

Please sign in to comment.