Skip to content

Commit

Permalink
[release/5.0] Disable RunThreadLocalTest8_Values on Mono (#47276)
Browse files Browse the repository at this point in the history
* Disable RunThreadLocalTest8_Values on Mono

It's failing on SLES

* fix typo

Co-authored-by: Aleksey Kliger <alklig@microsoft.com>
  • Loading branch information
github-actions[bot] and lambdageek committed Jan 22, 2021
1 parent e17680b commit 8748338
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 8748338

Please sign in to comment.