Skip to content

Commit 1cf4d36

Browse files
Unquarantine ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit and ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit (#54373)
1 parent 2541220 commit 1cf4d36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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/46836")]
3938
public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string id)
4039
{
4140
Browser.MountTestComponent<ReliabilityComponent>();
@@ -54,7 +53,6 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i
5453
}
5554

5655
[Fact]
57-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/46836")]
5856
public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit()
5957
{
6058
Browser.MountTestComponent<ReliabilityComponent>();

0 commit comments

Comments
 (0)