Skip to content

Commit

Permalink
Skip helix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Jun 19, 2023
1 parent ba56573 commit cd93408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details on this file.
#

Expand Down Expand Up @@ -788,6 +788,7 @@ stages:
# Helix x64
- template: jobs/default-build.yml
parameters:
condition: ne(variables['SkipTests'], 'true')
jobName: Helix_x64
jobDisplayName: 'Tests: Helix x64'
agentOs: Windows
Expand Down

0 comments on commit cd93408

Please sign in to comment.