Skip to content

Commit 0ab239d

Browse files
Disable TaskDropsExecutionContextUponCompletion test (#57864)
Co-authored-by: Stephen Toub <stoub@microsoft.com>
1 parent f852347 commit 0ab239d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public void SuppressFlow_TaskCapturesContextAccordingly(bool suppressFlow)
2929
}
3030
}
3131

32+
[ActiveIssue("https://github.com/dotnet/runtime/issues/57331")]
3233
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
3334
public static async Task TaskDropsExecutionContextUponCompletion()
3435
{

0 commit comments

Comments
 (0)