Skip to content

Commit

Permalink
[FormRecognizer] Changing test location to West Central US (#12674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski authored Jun 10, 2020
1 parent cbd4096 commit f99e09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ public async Task StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWit
/// Recognizer cognitive service and handle returned errors.
/// </summary>
[Test]
[TestCase(true)]
[TestCase(true, Ignore = "https://github.com/Azure/azure-sdk-for-net/issues/12319")]
[TestCase(false)]
public async Task StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(bool useTrainingLabels)
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"defaultValue": "westcentralus",
"metadata": {
"description": "The location of the resource. By default, this is the same as the resource group."
}
Expand Down

0 comments on commit f99e09c

Please sign in to comment.