Skip to content

Commit eb8756a

Browse files
authored
Ignore duckdb test (apache#1918)
# Rationale for this change Intermediate fix while the test is broken, reported in duckdb/duckdb-iceberg#185 # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 4257b67 commit eb8756a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def test_summaries_with_only_nulls(
687687

688688

689689
@pytest.mark.integration
690+
@pytest.mark.skip(reason="Reported the issue: https://github.com/duckdb/duckdb-iceberg/issues/185")
690691
def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None:
691692
os.environ["TZ"] = "Etc/UTC"
692693
time.tzset()

0 commit comments

Comments
 (0)