Skip to content

Commit 3dc1fd3

Browse files
authored
Add retry to some tests (#689)
1 parent 47d6ba7 commit 3dc1fd3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Src/IronPythonTest/Cases/IronPythonCasesManifest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ Arguments=-X:CompilationThreshold 0 "$(TEST_FILE)" # ensure CompilationThreshold
158158
[IronPython.test_setcomp]
159159
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
160160

161+
[IronPython.test_shutil]
162+
RetryCount=2
163+
161164
[IronPython.test_slice]
162165
Ignore=true
163166

@@ -249,6 +252,9 @@ Ignore=true
249252
[IronPython.modules.io_related.test_marshal]
250253
Ignore=true
251254

255+
[IronPython.modules.misc.test__weakref]
256+
RetryCount=2
257+
252258
[IronPython.modules.misc.test_future]
253259
Ignore=true
254260

0 commit comments

Comments
 (0)