Skip to content

Commit 061cb2c

Browse files
committed
inotify bug solved so remove xfail
1 parent 5145e9a commit 061cb2c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_pickle_core.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -615,12 +615,6 @@ def _params_with_dataframe(*args, **kwargs):
615615
not sys.platform.startswith("linux"),
616616
reason="inotify instance limit is only relevant on Linux",
617617
)
618-
@pytest.mark.xfail(
619-
reason=(
620-
"inotify instance limit issue not yet fixed - test will pass "
621-
"when issue is resolved"
622-
)
623-
)
624618
def test_inotify_instance_limit_reached():
625619
"""Reproduces the inotify instance exhaustion issue (see Issue #24).
626620

0 commit comments

Comments
 (0)