[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)

Fixes #19666
This commit is contained in:
Javier Calvarro Nelson 2020-04-29 19:04:26 +02:00 committed by GitHub
parent 0fbf919d50
commit f36adf0805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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