We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe8a2d0 + 8748338 commit eae88ccCopy full SHA for eae88cc
src/libraries/System.Threading/tests/ThreadLocalTests.cs
@@ -224,6 +224,7 @@ public static void RunThreadLocalTest7_WeakReference()
224
}
225
226
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
227
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/43981", TestRuntimes.Mono)]
228
public static void RunThreadLocalTest8_Values()
229
{
230
// Test adding values and updating values
0 commit comments