We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593469e commit 20b3a29Copy full SHA for 20b3a29
Src/IronPythonTest/Cases/IronPythonCasesManifest.ini
@@ -64,6 +64,8 @@ Reason=Assertion error
64
65
[IronPython.test_memory]
66
IsolationLevel=PROCESS # to avoid having a long list of object subtypes
67
+RunCondition=NOT $(IS_MONO)
68
+Reason=Memory allocation on Mono may not match MS.NET
69
70
[IronPython.test_number]
71
Timeout=300000 # 5 minute timeout - slow on macOS
0 commit comments