From 14926991738435e28dbe5b21d0c7e253b2fff060 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Sun, 8 Nov 2020 05:37:43 -0500 Subject: [PATCH] Disable RunThreadLocalTest8_Values on Mono (#44357) * Disable RunThreadLocalTest8_Values on Mono It's failing on SLES * fix typo --- src/libraries/System.Threading/tests/ThreadLocalTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Threading/tests/ThreadLocalTests.cs b/src/libraries/System.Threading/tests/ThreadLocalTests.cs index 236c78f..b6a1e15 100644 --- a/src/libraries/System.Threading/tests/ThreadLocalTests.cs +++ b/src/libraries/System.Threading/tests/ThreadLocalTests.cs @@ -224,6 +224,7 @@ namespace System.Threading.Tests } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/43981", TestRuntimes.Mono)] public static void RunThreadLocalTest8_Values() { // Test adding values and updating values -- 2.7.4