diff --git a/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationValidatorTest.cs index a43a01c3f4..b3d135d08a 100644 --- a/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationValidatorTest.cs +++ b/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationValidatorTest.cs @@ -152,7 +152,7 @@ namespace Microsoft.AspNetCore.Identity.Service.Test Assert.Equal(expectedError, result.Errors, ErrorsComparer.Instance); } - [Fact] + [Fact(Skip="https://github.com/aspnet/Identity/issues/1266")] public async Task ValidateLogoutUri_FailsIfTheUriIsRelative() { // Arrange @@ -266,7 +266,7 @@ namespace Microsoft.AspNetCore.Identity.Service.Test Assert.Equal(expectedError, result.Errors, ErrorsComparer.Instance); } - [Fact] + [Fact(Skip="https://github.com/aspnet/Identity/issues/1266")] public async Task ValidateRedirectUri_FailsIfTheUriIsRelative() { // Arrange