We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab116ff commit 7a92772Copy full SHA for 7a92772
1 file changed
tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini
@@ -67,6 +67,8 @@ Reason=Assertion error
67
68
[IronPython.test_memory]
69
IsolationLevel=PROCESS # to avoid having a long list of object subtypes
70
+RunCondition=NOT $(IS_MONO)
71
+Reason=Memory allocation on Mono may not match MS.NET
72
73
[IronPython.test_number]
74
Timeout=300000 # 5 minute timeout - slow on macOS
0 commit comments