From c01e8c904ae418252542f8346a7ce363789a6575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lozier?= Date: Sun, 13 Dec 2020 12:40:43 -0500 Subject: [PATCH] Don't run on Mono --- Src/IronPythonTest/Cases/IronPythonCasesManifest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/IronPythonTest/Cases/IronPythonCasesManifest.ini b/Src/IronPythonTest/Cases/IronPythonCasesManifest.ini index 56c38a74e..f63aa1863 100644 --- a/Src/IronPythonTest/Cases/IronPythonCasesManifest.ini +++ b/Src/IronPythonTest/Cases/IronPythonCasesManifest.ini @@ -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