Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"