[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)
Fixes #19666
This commit is contained in:
parent
0fbf919d50
commit
f36adf0805
|
|
@ -14,7 +14,6 @@ using Xunit.Abstractions;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
{
|
{
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19666")]
|
|
||||||
public class ComponentHubReliabilityTest : IgnitorTest<ServerStartup>
|
public class ComponentHubReliabilityTest : IgnitorTest<ServerStartup>
|
||||||
{
|
{
|
||||||
public ComponentHubReliabilityTest(BasicTestAppServerSiteFixture<ServerStartup> serverFixture, ITestOutputHelper output)
|
public ComponentHubReliabilityTest(BasicTestAppServerSiteFixture<ServerStartup> serverFixture, ITestOutputHelper output)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue