Skip to content

Commit 188417f

Browse files
xiangyan99l0lawrence
authored andcommitted
Enable samples for formrecognizer (Azure#37676)
1 parent 4c13851 commit 188417f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sdk/formrecognizer/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ extends:
88
TestTimeoutInMinutes: 200
99
UseFederatedAuth: true
1010
MatrixReplace:
11-
# Disable samples tests for now as some of them are haning.
12-
# - TestSamples=.*/true
11+
- TestSamples=.*/true
1312
Clouds: 'Prod'
1413
# This is a specific request from the formrecognizer service team
1514
# their claim is that the full matrix ends up stress-testing their service.
@@ -25,3 +24,6 @@ extends:
2524
TEST_MODE: 'RunLiveNoRecord'
2625
AZURE_SKIP_LIVE_RECORDING: 'True'
2726
AZURE_TEST_RUN_LIVE: 'true'
27+
# 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

Comments
 (0)