Unquarantine CanVeryPhoneNumber test

This commit is contained in:
Pranav K 2020-05-20 09:40:31 -07:00
parent b16a39f42a
commit 67b6be0337
No known key found for this signature in database
GPG Key ID: F748807460A27E91
2 changed files with 1 additions and 2 deletions

View File

@ -1471,7 +1471,6 @@ namespace Microsoft.AspNetCore.Identity.Test
/// </summary>
/// <returns>Task</returns>
[Fact]
[QuarantinedTest]
public async Task CanVerifyPhoneNumber()
{
var manager = CreateManager();

View File

@ -100,7 +100,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
}
[ConditionalFact]
[QuarantinedTest] // Test still quarantined due to Sockets.Functional tests.
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21521")] // Test still quarantined due to Sockets.Functional tests.
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish()
{
var requestStarted = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);