Skip to content

Commit 4696692

Browse files
committed
disable bodo test
1 parent 3457bc2 commit 4696692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
339339
assert math.isnan(df.to_pydict()["col_numeric"][0])
340340

341341

342+
@pytest.mark.skip(reason="Bodo should not monekeypatch PyArrowFileIO, https://github.com/apache/iceberg-python/issues/2400")
342343
@pytest.mark.integration
343344
@pytest.mark.filterwarnings("ignore")
344345
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])

0 commit comments

Comments
 (0)