diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index ea07c9a9279d..3c22b0e17af4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -838,7 +838,7 @@ public async Task StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWit /// Recognizer cognitive service and handle returned errors. /// [Test] - [TestCase(true)] + [TestCase(true, Ignore = "https://github.com/Azure/azure-sdk-for-net/issues/12319")] [TestCase(false)] public async Task StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(bool useTrainingLabels) { diff --git a/sdk/formrecognizer/test-resources.json b/sdk/formrecognizer/test-resources.json index 6ee09b540838..db862cc6d9ba 100644 --- a/sdk/formrecognizer/test-resources.json +++ b/sdk/formrecognizer/test-resources.json @@ -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." }