We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2c21a commit c10a610Copy full SHA for c10a610
.github/workflows/tests-s3-image.yml
@@ -48,11 +48,11 @@ on:
48
type: choice
49
description: Loglevel for PyTest
50
options:
51
- - DEBUG
52
- - INFO
53
- - WARNING
54
- - ERROR
55
- - CRITICAL
+ - DEBUG
+ - INFO
+ - WARNING
+ - ERROR
+ - CRITICAL
56
default: WARNING
57
58
# Only one pull-request triggered run should be executed at a time
@@ -129,7 +129,7 @@ jobs:
129
- name: Run S3 Image tests
130
timeout-minutes: 10
131
env:
132
- PYTEST_ARGS: "${{ env.TINYBIRD_PYTEST_ARGS }}-o junit_family=legacy --junitxml=target/pytest-junit-s3-image-${{ matrix.arch }}.xml"
+ PYTEST_ARGS: "${{ env.TINYBIRD_PYTEST_ARGS }}-o junit_family=legacy --junitxml=target/pytest-junit-s3-image-${{ matrix.arch }}.xml --ignore tests/aws/services/s3/resources"
133
TEST_PATH: "tests/aws/services/s3"
134
DEBUG: 1
135
run: |
0 commit comments