Skip to content

Commit 55c481c

Browse files
Quarantine two CircuitTests (#57589)
1 parent 81ffefe commit 55c481c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/CircuitTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ protected override void InitializeAsyncCore()
3535
[InlineData("render-throw")]
3636
[InlineData("afterrender-sync-throw")]
3737
[InlineData("afterrender-async-throw")]
38+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57588")]
3839
public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string id)
3940
{
4041
Browser.MountTestComponent<ReliabilityComponent>();
@@ -53,6 +54,7 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i
5354
}
5455

5556
[Fact]
57+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57588")]
5658
public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit()
5759
{
5860
Browser.MountTestComponent<ReliabilityComponent>();

0 commit comments

Comments
 (0)