We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a95d commit df3a899Copy full SHA for df3a899
1 file changed
src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs
@@ -523,6 +523,7 @@ public static void CancellationDoesntResultInEventFiring()
523
TaskScheduler.UnobservedTaskException -= handler;
524
}
525
526
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/57751")]
527
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
528
public static async Task AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion()
529
{
0 commit comments