Skip to content

Commit 03bbbe3

Browse files
authored
CI: Lock REST Fixture to 1.10.1 (#3240)
1 parent 3a993e8 commit 03bbbe3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/docker-compose-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
retries: 5
4545
start_period: 90s
4646
rest:
47-
image: apache/iceberg-rest-fixture
47+
image: apache/iceberg-rest-fixture:1.10.1
4848
container_name: pyiceberg-rest
4949
networks:
5050
iceberg_net:

tests/integration/test_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ def test_register_table_existing(test_catalog: Catalog, table_schema_nested: Sch
618618

619619

620620
@pytest.mark.integration
621+
@pytest.mark.skip(reason="Requires Iceberg REST Fixtures 1.11.x")
621622
def test_rest_custom_namespace_separator(rest_catalog: RestCatalog, table_schema_simple: Schema) -> None:
622623
"""
623624
Tests that the REST catalog correctly picks up the namespace-separator from the config endpoint.

0 commit comments

Comments
 (0)