Merge pull request #21334 from dotnet/javiercn/revert-21319
Revert "[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)"
This commit is contained in:
commit
0d156487aa
|
|
@ -14,6 +14,7 @@ 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