File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ 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/46836" ) ]
39
38
public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit ( string id )
40
39
{
41
40
Browser . MountTestComponent < ReliabilityComponent > ( ) ;
@@ -54,7 +53,6 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i
54
53
}
55
54
56
55
[ Fact ]
57
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/46836" ) ]
58
56
public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit ( )
59
57
{
60
58
Browser . MountTestComponent < ReliabilityComponent > ( ) ;
You can’t perform that action at this time.
0 commit comments