From 034ce1ebbb057c893f7423a475a86bf03113efbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Wed, 6 May 2020 14:52:15 -0400 Subject: [PATCH] Disable ThreadNameDoesNotAffectProcessName on Mono until https://github.com/dotnet/runtime/issues/35908 is fixed --- src/libraries/System.Threading.Thread/tests/ThreadTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Threading.Thread/tests/ThreadTests.cs b/src/libraries/System.Threading.Thread/tests/ThreadTests.cs index 7e95dde288377..f6e0e1e60a47e 100644 --- a/src/libraries/System.Threading.Thread/tests/ThreadTests.cs +++ b/src/libraries/System.Threading.Thread/tests/ThreadTests.cs @@ -648,6 +648,7 @@ public static void NameTest() } [Fact] + [ActiveIssue ("https://github.com/dotnet/runtime/issues/35908", TestRuntimes.Mono)] public static void ThreadNameDoesNotAffectProcessName() { // On Linux, changing the main thread name affects ProcessName.