Skip to content

Commit 3608af1

Browse files
author
Victoria Hall
committed
reference before assignment
1 parent 7ba9422 commit 3608af1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/templates/official/jobs/ci-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
- powershell: |
134134
Write-Host "skipDependencyIsolationTests: $(skipDependencyIsolationTests)"
135135
displayName: 'Display SkipDependencyIsolationTests variable'
136+
condition: or(eq(variables.isSdkRelease, true), eq(variables['USETESTPYTHONSDK'], true))
136137
- bash: |
137138
python -m pytest -q -n auto --dist loadfile --reruns 4 --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend tests/extension_tests/deferred_bindings_tests tests/extension_tests/http_v2_tests
138139
env:

0 commit comments

Comments
 (0)