Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-22 13:15:56 +0300
committerGitHub <noreply@github.com>2021-01-22 13:15:56 +0300
commit8748338bac82cb44ce0e7320a314031928fdfb08 (patch)
tree79a29aad2e74576c6732957a1591cab54fa2e63d
parente17680b85019b42a14f5f2ddf5e22a6d035addcf (diff)
[release/5.0] Disable RunThreadLocalTest8_Values on Mono (#47276)
* Disable RunThreadLocalTest8_Values on Mono It's failing on SLES * fix typo Co-authored-by: Aleksey Kliger <alklig@microsoft.com>
-rw-r--r--src/libraries/System.Threading/tests/ThreadLocalTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/System.Threading/tests/ThreadLocalTests.cs b/src/libraries/System.Threading/tests/ThreadLocalTests.cs
index 236c78f3c4a..b6a1e1569c8 100644
--- a/src/libraries/System.Threading/tests/ThreadLocalTests.cs
+++ b/src/libraries/System.Threading/tests/ThreadLocalTests.cs
@@ -224,6 +224,7 @@ namespace System.Threading.Tests
}
[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