diff --git a/src/Components/test/E2ETest/Tests/CircuitTests.cs b/src/Components/test/E2ETest/Tests/CircuitTests.cs index c7b0e351c2ac..f4b4999c8b25 100644 --- a/src/Components/test/E2ETest/Tests/CircuitTests.cs +++ b/src/Components/test/E2ETest/Tests/CircuitTests.cs @@ -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(); @@ -53,6 +54,7 @@ public void ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(string i } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57588")] public void ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit() { Browser.MountTestComponent();