File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 > ( ) ;
You can’t perform that action at this time.
0 commit comments