We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92856de commit 65fa586Copy full SHA for 65fa586
Makefile
@@ -148,7 +148,7 @@ test-polaris-exec: ## Run Polaris integration tests
148
PYICEBERG_CATALOG__POLARIS__S3__REGION="us-east-1" \
149
$(TEST_RUNNER) pytest tests/integration/test_catalog.py -k "rest_test_catalog and not test_update_namespace_properties" $(PYTEST_ARGS)
150
# Skip test_update_namespace_properties: Polaris triggers a CommitConflictException when updates and removals are in the same request.
151
-
+ # TODO: Remove test exception after https://github.com/apache/polaris/pull/4013 is merged.
152
153
test-polaris-cleanup: ## Clean up Polaris integration test environment
154
@if [ "${KEEP_COMPOSE}" != "1" ]; then \
0 commit comments