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]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19414")]
|
||||
public async Task CannotStartMultipleCircuits()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")]
|
||||
public void CanDeleteUnkeyed()
|
||||
{
|
||||
PerformTest(
|
||||
|
|
|
|||
Loading…
Reference in New Issue