From 73c1ac72fb578eb96e1827db5898658cdba702b5 Mon Sep 17 00:00:00 2001 From: Fokko Date: Tue, 15 Apr 2025 20:15:40 +0200 Subject: [PATCH] Ignore duckdb test --- tests/integration/test_writes/test_writes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_writes/test_writes.py b/tests/integration/test_writes/test_writes.py index 8575b588b8..8ea2e93cb1 100644 --- a/tests/integration/test_writes/test_writes.py +++ b/tests/integration/test_writes/test_writes.py @@ -687,6 +687,7 @@ def test_summaries_with_only_nulls( @pytest.mark.integration +@pytest.mark.skip(reason="Reported the issue: https://github.com/duckdb/duckdb-iceberg/issues/185") def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None: os.environ["TZ"] = "Etc/UTC" time.tzset()