Skip to content

Commit bf8dfdb

Browse files
Remove xfail annotations from passing tests (#296)
2 parents cb7fd95 + 883fc76 commit bf8dfdb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/fast/test_filesystem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ def add_file(fs, filename=FILENAME):
5656

5757

5858
class TestPythonFilesystem:
59-
@pytest.mark.xfail(reason="Unregister support was removed. Should be added back before release.")
6059
def test_unregister_non_existent_filesystem(self, duckdb_cursor: DuckDBPyConnection):
6160
with pytest.raises(InvalidInputException):
6261
duckdb_cursor.unregister_filesystem("fake")
6362

64-
@pytest.mark.xfail(reason="Unregister support was removed. Should be added back before release.")
6563
def test_memory_filesystem(self, duckdb_cursor: DuckDBPyConnection, memory: fsspec.AbstractFileSystem):
6664
duckdb_cursor.register_filesystem(memory)
6765

0 commit comments

Comments
 (0)