Skip to content

Commit c01e8c9

Browse files
committed
Don't run on Mono
1 parent 43518e5 commit c01e8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/IronPythonTest/Cases/IronPythonCasesManifest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Reason=Assertion error
5656

5757
[IronPython.test_memory]
5858
IsolationLevel=PROCESS # to avoid having a long list of object subtypes
59+
RunCondition=NOT $(IS_MONO)
60+
Reason=Memory allocation on Mono may not match MS.NET
5961

6062
[IronPython.test_number]
6163
Timeout=300000 # 5 minute timeout - slow on macOS

0 commit comments

Comments
 (0)