Skip to content

Commit

Permalink
Don't run on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Dec 13, 2020
1 parent 593469e commit 20b3a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/IronPythonTest/Cases/IronPythonCasesManifest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Reason=Assertion error

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

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

0 comments on commit 20b3a29

Please sign in to comment.