Skip to content

Commit 610c85d

Browse files
authored
Disable static analysis for live test pipelines. (#6024)
* Disable static analysis for live test pipelines. * Remove the AZURE_ENABLE_STATIC_ANALYSIS env var definition.
1 parent 9789d54 commit 610c85d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/pipelines/templates/jobs/live.tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
value: "%g-test-results.xml"
8282
- name: CMOCKA_MESSAGE_OUTPUT
8383
value: "xml"
84-
- name: AZURE_ENABLE_STATIC_ANALYSIS
85-
value: 1
8684
- name: BuildArgs
8785
value: ""
8886
- name: VcpkgArgs

0 commit comments

Comments
 (0)