From b43a5389ba09f8446949ec53b2b861a549ce1167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 2 Jun 2021 17:08:31 +0200 Subject: [PATCH] Disable leakwheel test for mono This test is expected to fail on mono, since it seems to rely on finalizers being run in order to determine success of the test. --- src/tests/issues.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index f1cdc5d1fc264..5fb3ed14c4c23 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1229,6 +1229,9 @@ PlatformDetection.IsPreciseGcSupported false on mono + + PlatformDetection.IsPreciseGcSupported false on mono + needs triage