Skip to content

Commit

Permalink
Skip minio tests, problem is pre-existing / independent
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed May 17, 2024
1 parent 3082282 commit 3c15c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/MinioTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defaults:

jobs:
minio-tests:
if: never()
name: Minio Tests
runs-on: ubuntu-20.04
strategy:
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: duckdb_env_testing_key
AWS_DEFAULT_REGION: duckdb_env_testing_region
run: |
./build/release/test/unittest "*/test/sql/env/*"
./build/release/test/unittest "*/test/sql/env/*"

0 comments on commit 3c15c21

Please sign in to comment.