From c10fea055c7d23846cea1ef3a149aa07feb61c02 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Wed, 29 Apr 2020 11:09:38 -0700 Subject: [PATCH] Revert "[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)" This reverts commit f36adf08058d8b1b4e06b86e7251ee0f9618b649. --- .../E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs b/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs index 774197872d..616cdab1e0 100644 --- a/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs +++ b/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs @@ -14,6 +14,7 @@ using Xunit.Abstractions; namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests { + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19666")] public class ComponentHubReliabilityTest : IgnitorTest { public ComponentHubReliabilityTest(BasicTestAppServerSiteFixture serverFixture, ITestOutputHelper output)