Unquarantine tests since they haven't failed in 30 days (#22878)
This commit is contained in:
parent
c30638b829
commit
3679a01e4d
|
|
@ -51,7 +51,6 @@ namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19414")]
|
|
||||||
public async Task CannotStartMultipleCircuits()
|
public async Task CannotStartMultipleCircuits()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,6 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")]
|
|
||||||
public void CanDeleteUnkeyed()
|
public void CanDeleteUnkeyed()
|
||||||
{
|
{
|
||||||
PerformTest(
|
PerformTest(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue