Re-disable AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion test (...
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 19 Aug 2021 23:26:51 +0000 (19:26 -0400)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 23:26:51 +0000 (19:26 -0400)
Co-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs

index d90c068..d4f156d 100644 (file)
@@ -523,6 +523,7 @@ namespace System.Threading.Tasks.Tests
             TaskScheduler.UnobservedTaskException -= handler;
         }
 
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/57751")]
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
         public static async Task AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion()
         {