Skip to content

Commit 14f9093

Browse files
committed
Add skip
1 parent 79ce919 commit 14f9093

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/test_inspect_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def test_inspect_snapshots(
283283

284284
@pytest.mark.integration
285285
@pytest.mark.parametrize("format_version", [1, 2])
286+
@pytest.mark.skip("Fix in https://github.com/apache/iceberg-rust/pull/1705")
286287
def test_inspect_entries(
287288
spark: SparkSession, session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int
288289
) -> None:

tests/utils/test_manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def _verify_metadata_with_fastavro(avro_file: str, expected_metadata: Dict[str,
5959
assert metadata[k] == v
6060

6161

62+
@pytest.mark.skip("Fix in https://github.com/apache/iceberg-rust/pull/1705")
6263
def test_read_manifest_entry(generated_manifest_entry_file: str) -> None:
6364
manifest = ManifestFile.from_args(
6465
manifest_path=generated_manifest_entry_file,

0 commit comments

Comments
 (0)