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 3c64362 commit a183c94Copy full SHA for a183c94
src/Components/Components/test/Rendering/RendererSynchronizationContextTest.cs
@@ -3,6 +3,7 @@
3
4
using System.Diagnostics;
5
using System.Globalization;
6
+using Microsoft.AspNetCore.InternalTesting;
7
8
namespace Microsoft.AspNetCore.Components.Rendering;
9
@@ -156,6 +157,7 @@ public async Task Post_CanRunAsynchronously_CaptureExecutionContext()
156
157
}
158
159
[Fact]
160
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61639")]
161
public async Task Post_CanRunAsynchronously_WhenBusy_Exception()
162
{
163
// Arrange
0 commit comments