Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jan 22, 2021
2 parents fe8a2d0 + 8748338 commit eae88cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Threading/tests/ThreadLocalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eae88cc

Please sign in to comment.