We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257b67 commit 73c1ac7Copy full SHA for 73c1ac7
1 file changed
tests/integration/test_writes/test_writes.py
@@ -687,6 +687,7 @@ def test_summaries_with_only_nulls(
687
688
689
@pytest.mark.integration
690
+@pytest.mark.skip(reason="Reported the issue: https://github.com/duckdb/duckdb-iceberg/issues/185")
691
def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None:
692
os.environ["TZ"] = "Etc/UTC"
693
time.tzset()
0 commit comments