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()
35
35
[ InlineData ( "render-throw" ) ]
36
36
[ InlineData ( "afterrender-sync-throw" ) ]
37
37
[ InlineData ( "afterrender-async-throw" ) ]
38
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57588" ) ]
38
39
public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit ( string id )
39
40
{
40
41
Browser . MountTestComponent < ReliabilityComponent > ( ) ;
@@ -53,6 +54,7 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i
53
54
}
54
55
55
56
[ Fact ]
57
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57588" ) ]
56
58
public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit ( )
57
59
{
58
60
Browser . MountTestComponent < ReliabilityComponent > ( ) ;
You can’t perform that action at this time.
0 commit comments