Revert "[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)"

This reverts commit f36adf0805.
This commit is contained in:
Javier Calvarro Nelson 2020-04-29 11:09:38 -07:00
parent f36adf0805
commit c10fea055c
1 changed files with 1 additions and 0 deletions

View File

@ -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<ServerStartup>
{
public ComponentHubReliabilityTest(BasicTestAppServerSiteFixture<ServerStartup> serverFixture, ITestOutputHelper output)