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 Jun 21, 2022
1 parent 43518e5 commit c01e8c9
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 @@ -56,6 +56,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 c01e8c9

Please sign in to comment.