We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786b64a commit c0a7188Copy full SHA for c0a7188
sdk/formrecognizer/tests.yml
@@ -8,8 +8,7 @@ extends:
8
TestTimeoutInMinutes: 200
9
UseFederatedAuth: true
10
MatrixReplace:
11
- # Disable samples tests for now as some of them are haning.
12
- # - TestSamples=.*/true
+ - TestSamples=.*/true
13
Clouds: 'Prod'
14
# This is a specific request from the formrecognizer service team
15
# their claim is that the full matrix ends up stress-testing their service.
@@ -25,3 +24,6 @@ extends:
25
24
TEST_MODE: 'RunLiveNoRecord'
26
AZURE_SKIP_LIVE_RECORDING: 'True'
27
AZURE_TEST_RUN_LIVE: 'true'
+ # Set fake authority host to ensure Managed Identity fail for Default Azure Credential
28
+ # so "execute samples" step correctly picks up Powershell credential.
29
+ AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost"
0 commit comments