Disabling JwtBearer TokenValidationTest which is using an expired token
This commit is contained in:
parent
2d21b72561
commit
5c33ecd895
|
|
@ -22,7 +22,7 @@ namespace Microsoft.AspNet.Authentication.JwtBearer
|
||||||
{
|
{
|
||||||
public class JwtBearerMiddlewareTests
|
public class JwtBearerMiddlewareTests
|
||||||
{
|
{
|
||||||
[ConditionalFact]
|
[ConditionalFact(Skip = "Need to remove dependency on AAD since the generated tokens will expire")]
|
||||||
[FrameworkSkipCondition(RuntimeFrameworks.Mono)]
|
[FrameworkSkipCondition(RuntimeFrameworks.Mono)]
|
||||||
// https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/179
|
// https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/179
|
||||||
public async Task BearerTokenValidation()
|
public async Task BearerTokenValidation()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue