[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe

This commit is contained in:
Miro Hrončok 2023-11-14 15:41:35 +01:00 committed by pytest bot
parent 3550906ead
commit d599abb9e2
1 changed files with 3 additions and 0 deletions

View File

@ -868,6 +868,9 @@ class TestLocalPath(CommonFSTests):
py_path.strpath, str_path py_path.strpath, str_path
) )
@pytest.mark.xfail(
reason="#11603", raises=(error.EEXIST, error.ENOENT), strict=False
)
def test_make_numbered_dir_multiprocess_safe(self, tmpdir): def test_make_numbered_dir_multiprocess_safe(self, tmpdir):
# https://github.com/pytest-dev/py/issues/30 # https://github.com/pytest-dev/py/issues/30
with multiprocessing.Pool() as pool: with multiprocessing.Pool() as pool: