Skip to content

Commit 825fd5d

Browse files
authored
Revert ignore duckdb test (#1927)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Issue is fixed upstream, duckdb/duckdb-iceberg#185 This reverts commit eb8756a. (#1918) # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent b440682 commit 825fd5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_writes/test_writes.py

-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ def test_summaries_with_only_nulls(
780780

781781

782782
@pytest.mark.integration
783-
@pytest.mark.skip(reason="Reported the issue: https://github.com/duckdb/duckdb-iceberg/issues/185")
784783
def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None:
785784
os.environ["TZ"] = "Etc/UTC"
786785
time.tzset()

0 commit comments

Comments
 (0)