From f36adf08058d8b1b4e06b86e7251ee0f9618b649 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Wed, 29 Apr 2020 19:04:26 +0200 Subject: [PATCH] [Blazor] Unquarantine ComponentHubReliabilityTests (#21319) Fixes #19666 --- .../E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs b/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs index 616cdab1e0..774197872d 100644 --- a/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs +++ b/src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs @@ -14,7 +14,6 @@ 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)