Skip to content

Commit 4566729

Browse files
authored
Remove IsolationLevel on test_dictcomp and test_setcomp (#1084)
1 parent 3d80751 commit 4566729

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Src/IronPythonTest/Cases/IronPythonCasesManifest.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Reason=disabled in IronLanguages/main, needs lots of work
2424
[IronPython.test_delegate]
2525
RetryCount=2
2626

27-
[IronPython.test_dictcomp]
28-
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
29-
3027
[IronPython.test_doc]
3128
RunCondition=NOT $(IS_OSX) # TODO: figure out
3229
IsolationLevel=PROCESS # required to have quit/exit
@@ -92,9 +89,6 @@ RetryCount=2
9289
IsolationLevel=PROCESS
9390
Arguments=-X:CompilationThreshold 0 "$(TEST_FILE)" # ensure CompilationThreshold is 0 otherwise tests are meaningless!
9491

95-
[IronPython.test_setcomp]
96-
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
97-
9892
[IronPython.test_stdconsole]
9993
Timeout=600000 # 10 minute timeout
10094

0 commit comments

Comments
 (0)