Merge pull request #21334 from dotnet/javiercn/revert-21319

Revert "[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)"
This commit is contained in:
Kevin Pilch 2020-04-29 11:14:07 -07:00 committed by GitHub
commit 0d156487aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)