From 26454eabb667f56c787544d32b3b7fbb2d06f772 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Thu, 19 Aug 2021 14:58:19 -0400 Subject: [PATCH] Re-disable AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion test --- .../AsyncTaskMethodBuilderTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs b/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs index d90c0685451f3a..d4f156df42bc40 100644 --- a/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs +++ b/src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs @@ -523,6 +523,7 @@ public static void CancellationDoesntResultInEventFiring() TaskScheduler.UnobservedTaskException -= handler; } + [ActiveIssue("https://github.com/dotnet/runtime/issues/57751")] [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))] public static async Task AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion() {