Skip to content

Commit

Permalink
[FormRecognizer] Ignoring failing AAD tests (#13127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski authored Jun 30, 2020
1 parent f676c65 commit d519ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void FormRecognizerClientCannotAuthenticateWithFakeApiKey()
}

[Test]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/13126")]
public async Task FormRecognizerClientCanAuthenticateWithTokenCredential()
{
var client = CreateFormRecognizerClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void FormTrainingClientCannotAuthenticateWithFakeApiKey()
}

[Test]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/13126")]
public async Task FormTrainingClientCanAuthenticateWithTokenCredential()
{
var client = CreateFormTrainingClient(useTokenCredential: true);
Expand Down

0 comments on commit d519ad9

Please sign in to comment.