From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 12:04:29 +0000 (-0400) Subject: Disable TaskDropsExecutionContextUponCompletion test (#57864) X-Git-Tag: accepted/tizen/unified/20220110.054933~222^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ab239d53742fd806e7b62da2c1f3a0ca9bfc579;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable TaskDropsExecutionContextUponCompletion test (#57864) Co-authored-by: Stephen Toub --- diff --git a/src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs b/src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs index 8374c56..5ba5ec4 100644 --- a/src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs +++ b/src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs @@ -29,6 +29,7 @@ namespace System.Threading.Tasks.Tests } } + [ActiveIssue("https://github.com/dotnet/runtime/issues/57331")] [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))] public static async Task TaskDropsExecutionContextUponCompletion() {