Skip to content

Commit

Permalink
Enable samples for formrecognizer (#37676)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored and w-javed committed Oct 5, 2024
1 parent 54ead82 commit 7407341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdk/formrecognizer/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ extends:
TestTimeoutInMinutes: 200
UseFederatedAuth: true
MatrixReplace:
# Disable samples tests for now as some of them are haning.
# - TestSamples=.*/true
- TestSamples=.*/true
Clouds: 'Prod'
# This is a specific request from the formrecognizer service team
# their claim is that the full matrix ends up stress-testing their service.
Expand All @@ -25,3 +24,6 @@ extends:
TEST_MODE: 'RunLiveNoRecord'
AZURE_SKIP_LIVE_RECORDING: 'True'
AZURE_TEST_RUN_LIVE: 'true'
# Set fake authority host to ensure Managed Identity fail for Default Azure Credential
# so "execute samples" step correctly picks up Powershell credential.
AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost"

0 comments on commit 7407341

Please sign in to comment.