Skip to content

Commit

Permalink
Python: skip test depending on garbage collector behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 26, 2023
1 parent 59a7c0d commit 946c60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pythonpkg/tests/fast/api/test_read_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ def test_filelike_none(self, duckdb_cursor):
with pytest.raises(ValueError, match="Can not read from a non file-like object"):
res = duckdb_cursor.read_csv(obj, header=True).fetchall()

@pytest.mark.skip(reason="depends on garbage collector behaviour, and sporadically breaks in CI")
def test_internal_object_filesystem_cleanup(self, duckdb_cursor):
_ = pytest.importorskip("fsspec")

Expand Down

0 comments on commit 946c60a

Please sign in to comment.