Skip to content

Commit

Permalink
Use LIVE TestMode by Default when Running Against Service Resources (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Jun 23, 2021
1 parent ec3d882 commit 0289af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/live.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
PreSteps: []
PostSteps: []
TimeoutInMinutes: 60
TestMode: 'RECORD'
TestMode: 'LIVE'
TestStepMavenInputs: {}
TestResultsFiles: ''
CloudConfig: {}
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameters:
default: []
- name: TestMode
type: string
default: 'RECORD'
default: 'LIVE'
- name: TestStepMavenInputs
type: object
default:
Expand Down

0 comments on commit 0289af2

Please sign in to comment.