Skip to content

Commit 7a92772

Browse files
committed
Don't run on Mono
1 parent ab116ff commit 7a92772

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini

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

6868
[IronPython.test_memory]
6969
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
7072

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

0 commit comments

Comments
 (0)