Skip to content

Commit

Permalink
Disable ThreadNameDoesNotAffectProcessName on Mono
Browse files Browse the repository at this point in the history
until dotnet#35908 is fixed
  • Loading branch information
lambdageek authored May 6, 2020
1 parent 3bc5448 commit 034ce1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Threading.Thread/tests/ThreadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 034ce1e

Please sign in to comment.