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()