From 8748338bac82cb44ce0e7320a314031928fdfb08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:15:56 +0100 Subject: [PATCH] [release/5.0] Disable RunThreadLocalTest8_Values on Mono (#47276) * Disable RunThreadLocalTest8_Values on Mono It's failing on SLES * fix typo Co-authored-by: Aleksey Kliger --- 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 236c78f3c4a82..b6a1e1569c89f 100644 --- a/src/libraries/System.Threading/tests/ThreadLocalTests.cs +++ b/src/libraries/System.Threading/tests/ThreadLocalTests.cs @@ -224,6 +224,7 @@ public static void RunThreadLocalTest7_WeakReference() } [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