Skip to content

Commit

Permalink
Disable BearerTokenAuthenticationPolicy_TokenAlmostExpiredThenFailed (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Oct 17, 2020
1 parent fdc2bd7 commit 75aefe3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ public async Task BearerTokenAuthenticationPolicy_TokenExpiredThenFailed()
}

[Test]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/14612")]
public async Task BearerTokenAuthenticationPolicy_TokenAlmostExpiredThenFailed()
{
var requestMre = new ManualResetEventSlim(true);
Expand Down

0 comments on commit 75aefe3

Please sign in to comment.