File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Run S3 Tests
4545 run : |
46- docker compose -f ./docker-compose.test.yml --profile s3 exec -T worker coverage run -m pytest -vvv -s ./tests/test_integration/test_run_transfer -m s3
46+ docker compose -f ./docker-compose.test.yml --profile s3 exec -T worker coverage run -m pytest -vvv -s ./tests/test_integration/test_run_transfer -m "s3 and not iceberg"
4747
4848 - name : Dump worker logs on failure
4949 if : failure()
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ test-integration-oracle: test-db ##@Test Run integration tests for Oracle
110110
111111test-integration-s3 : test-db # #@Test Run integration tests for S3
112112 docker compose -f docker-compose.test.yml --profile s3 up -d --wait $(DOCKER_COMPOSE_ARGS )
113- ${PYTEST} ./tests/test_integration -m s3 $(PYTEST_ARGS )
113+ ${PYTEST} ./tests/test_integration -m " s3 and not iceberg " $(PYTEST_ARGS )
114114
115115test-integration-sftp : test-db # #@Test Run integration tests for SFTP
116116 docker compose -f docker-compose.test.yml --profile sftp up -d --wait $(DOCKER_COMPOSE_ARGS )
You can’t perform that action at this time.
0 commit comments