Skip to content

Commit a40dacf

Browse files
[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)
Co-authored-by: Miro Hrončok <[email protected]>
1 parent 3550906 commit a40dacf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: testing/_py/test_local.py

+3
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,9 @@ def test_fspath_protocol_other_class(self, fake_fspath_obj):
868868
py_path.strpath, str_path
869869
)
870870

871+
@pytest.mark.xfail(
872+
reason="#11603", raises=(error.EEXIST, error.ENOENT), strict=False
873+
)
871874
def test_make_numbered_dir_multiprocess_safe(self, tmpdir):
872875
# https://github.com/pytest-dev/py/issues/30
873876
with multiprocessing.Pool() as pool:

0 commit comments

Comments
 (0)