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 and prmathur-microsoft committed Jul 8, 2020
1 parent 086912e commit 6ebc0e3
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 6ebc0e3

Please sign in to comment.