Skip to content

Commit a183c94

Browse files
authored
Quarantine Post_CanRunAsynchronously_WhenBusy_Exception (#61640)
* Quarantine Post_CanRunAsynchronously_WhenBusy_Exception Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContextTest.Post_CanRunAsynchronously_WhenBusy_Exception Issue: #61639 * fix build
1 parent 3c64362 commit a183c94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/Components/test/Rendering/RendererSynchronizationContextTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using System.Diagnostics;
55
using System.Globalization;
6+
using Microsoft.AspNetCore.InternalTesting;
67

78
namespace Microsoft.AspNetCore.Components.Rendering;
89

@@ -156,6 +157,7 @@ public async Task Post_CanRunAsynchronously_CaptureExecutionContext()
156157
}
157158

158159
[Fact]
160+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61639")]
159161
public async Task Post_CanRunAsynchronously_WhenBusy_Exception()
160162
{
161163
// Arrange

0 commit comments

Comments
 (0)