Skip to content

Commit e77073b

Browse files
authored
Disable parallel execution for test_nt (#986)
1 parent 391a240 commit e77073b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Src/IronPythonTest/Cases/CPythonCasesManifest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ Ignore=true
688688

689689
[CPython.test_ntpath]
690690
RunCondition=$(IS_WINDOWS) # TODO: failing on posix
691+
IsolationLevel=PROCESS # Manipulates environment variables
691692

692693
[CPython.test_numeric_tower]
693694
Ignore=true

Src/IronPythonTest/Cases/IronPythonCasesManifest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ IsolationLevel=PROCESS # changes the locale which can cause other tests to fail
193193

194194
[IronPython.modules.system_related.test_nt]
195195
RunCondition=NOT $(IS_POSIX)
196+
NotParallelSafe=true # Uses fixed file, directory, and environment variable names
196197

197198
[IronPython.modules.system_related.test_sys_getframe]
198199
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489

0 commit comments

Comments
 (0)