Skip to content

Commit 20b3a29

Browse files
committed
Don't run on Mono
1 parent 593469e commit 20b3a29

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
@@ -64,6 +64,8 @@ Reason=Assertion error
6464

6565
[IronPython.test_memory]
6666
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
6769

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

0 commit comments

Comments
 (0)