Skip to content

Commit

Permalink
Revert "Re-enable RunThreadLocalTest8_Values on Mono (#47277)"
Browse files Browse the repository at this point in the history
This reverts commit f3cd4c6.
  • Loading branch information
akoeplinger authored Jan 22, 2021
1 parent 311de30 commit 75b486a
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 75b486a

Please sign in to comment.