Skip to content

Commit 706cee5

Browse files
committed
Disable zstd for now
1 parent 8b9345a commit 706cee5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/utils/test_manifest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ def test_write_empty_manifest() -> None:
308308

309309

310310
@pytest.mark.parametrize("format_version", [1, 2])
311-
@pytest.mark.parametrize("compression", ["null", "deflate", "zstd"])
311+
@pytest.mark.parametrize("compression", ["null", "deflate"])
312+
# Added in https://github.com/apache/iceberg-rust/pull/1692
313+
# @pytest.mark.parametrize("compression", ["null", "deflate", "zstd"])
312314
def test_write_manifest(
313315
generated_manifest_file_file_v1: str,
314316
generated_manifest_file_file_v2: str,

0 commit comments

Comments
 (0)