From d7bcb065ba9a89a3a83b3efbc04cce9eefa7b91b Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 17 Apr 2025 07:38:50 -0700 Subject: [PATCH] Revert "Ignore duckdb test (#1918)" This reverts commit eb8756a00311955c6bea7ee3cc02320e58965293. --- tests/integration/test_writes/test_writes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_writes/test_writes.py b/tests/integration/test_writes/test_writes.py index c16a4d40b0..372c0a01f3 100644 --- a/tests/integration/test_writes/test_writes.py +++ b/tests/integration/test_writes/test_writes.py @@ -780,7 +780,6 @@ 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()