Skip to content

Commit b378a1e

Browse files
committed
quick run test
1 parent 2184209 commit b378a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test-integration-setup: ## Start Docker services for integration tests
9696
docker compose -f dev/docker-compose-integration.yml exec -T spark-iceberg ipython ./provision.py
9797

9898
test-integration-exec: ## Run integration tests (excluding provision)
99-
$(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)
99+
$(TEST_RUNNER) pytest tests/integration/test_reads.py::test_metadata_sanitize_character -m integration $(PYTEST_ARGS)
100100

101101
test-integration-rebuild: ## Rebuild integration Docker services from scratch
102102
docker compose -f dev/docker-compose-integration.yml kill

0 commit comments

Comments
 (0)