We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2184209 commit b378a1eCopy full SHA for b378a1e
1 file changed
Makefile
@@ -96,7 +96,7 @@ test-integration-setup: ## Start Docker services for integration tests
96
docker compose -f dev/docker-compose-integration.yml exec -T spark-iceberg ipython ./provision.py
97
98
test-integration-exec: ## Run integration tests (excluding provision)
99
- $(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)
+ $(TEST_RUNNER) pytest tests/integration/test_reads.py::test_metadata_sanitize_character -m integration $(PYTEST_ARGS)
100
101
test-integration-rebuild: ## Rebuild integration Docker services from scratch
102
docker compose -f dev/docker-compose-integration.yml kill
0 commit comments