Skip to content

Commit e630a0a

Browse files
authored
Disable parallel execution for test_gettext (#944)
1 parent b57c463 commit e630a0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Src/IronPythonTest/Cases/CPythonCasesManifest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ Ignore=true
494494
Ignore=true
495495
Reason=ImportError: No module named '_testcapi'
496496

497+
[CPython.test_gettext]
498+
NotParallelSafe=true
499+
Reason=Creates/deletes a directory with static name 'xx'
500+
497501
[CPython.test_glob]
498502
Ignore=true
499503
Reason=Blocked by https://github.com/IronLanguages/ironpython3/issues/11

0 commit comments

Comments
 (0)