[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
github-actions[bot] 2023-11-14 15:08:28 +00:00 committed by GitHub
parent 3550906ead
commit a40dacf657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -868,6 +868,9 @@ class TestLocalPath(CommonFSTests):
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):
# https://github.com/pytest-dev/py/issues/30
with multiprocessing.Pool() as pool: