From 9ae096c929eea9c821b351f3d1815ab744a07ea8 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 23 Apr 2020 11:03:51 -0700 Subject: [PATCH] Quarantine identity test (#21102) --- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 3 ++- .../Specification.Tests/src/UserManagerSpecificationTests.cs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index 704379724e..1748626657 100644 --- a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -6,7 +6,7 @@ true aspnetcore;identity;membership false - true + false false @@ -15,6 +15,7 @@ + diff --git a/src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs b/src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs index 27afc892ac..38527f1496 100644 --- a/src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs +++ b/src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs @@ -7,6 +7,7 @@ using System.Linq; using System.Linq.Expressions; using System.Security.Claims; using System.Threading.Tasks; +using Microsoft.AspNetCore.Testing; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Xunit; @@ -1469,6 +1470,7 @@ namespace Microsoft.AspNetCore.Identity.Test /// /// Task [Fact] + [QuarantinedTest] public async Task CanVerifyPhoneNumber() { var manager = CreateManager();