Disable TaskDropsExecutionContextUponCompletion test (#57864)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sat, 21 Aug 2021 12:04:29 +0000 (08:04 -0400)
committerGitHub <noreply@github.com>
Sat, 21 Aug 2021 12:04:29 +0000 (08:04 -0400)
Co-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs

index 8374c56..5ba5ec4 100644 (file)
@@ -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()
         {