Skip to content

Commit 65fa586

Browse files
committed
review
1 parent 92856de commit 65fa586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test-polaris-exec: ## Run Polaris integration tests
148148
PYICEBERG_CATALOG__POLARIS__S3__REGION="us-east-1" \
149149
$(TEST_RUNNER) pytest tests/integration/test_catalog.py -k "rest_test_catalog and not test_update_namespace_properties" $(PYTEST_ARGS)
150150
# Skip test_update_namespace_properties: Polaris triggers a CommitConflictException when updates and removals are in the same request.
151-
151+
# TODO: Remove test exception after https://github.com/apache/polaris/pull/4013 is merged.
152152

153153
test-polaris-cleanup: ## Clean up Polaris integration test environment
154154
@if [ "${KEEP_COMPOSE}" != "1" ]; then \

0 commit comments

Comments
 (0)