Disabling JwtBearer TokenValidationTest which is using an expired token

This commit is contained in:
John Luo 2016-01-04 11:39:09 -08:00
parent 2d21b72561
commit 5c33ecd895
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace Microsoft.AspNet.Authentication.JwtBearer
{
public class JwtBearerMiddlewareTests
{
[ConditionalFact]
[ConditionalFact(Skip = "Need to remove dependency on AAD since the generated tokens will expire")]
[FrameworkSkipCondition(RuntimeFrameworks.Mono)]
// https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/179
public async Task BearerTokenValidation()