We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f852347 commit 0ab239dCopy full SHA for 0ab239d
src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs
@@ -29,6 +29,7 @@ public void SuppressFlow_TaskCapturesContextAccordingly(bool suppressFlow)
29
}
30
31
32
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/57331")]
33
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
34
public static async Task TaskDropsExecutionContextUponCompletion()
35
{
0 commit comments