Skip to content

Commit

Permalink
Quarantine two CircuitTests (#57589)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS authored Aug 29, 2024
1 parent 81ffefe commit 55c481c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/test/E2ETest/Tests/CircuitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected override void InitializeAsyncCore()
[InlineData("render-throw")]
[InlineData("afterrender-sync-throw")]
[InlineData("afterrender-async-throw")]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57588")]
public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string id)
{
Browser.MountTestComponent<ReliabilityComponent>();
Expand All @@ -53,6 +54,7 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57588")]
public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit()
{
Browser.MountTestComponent<ReliabilityComponent>();
Expand Down

0 comments on commit 55c481c

Please sign in to comment.