diff --git a/eng/ci/integration-tests.yml b/eng/ci/integration-tests.yml index 290fb24b9..5e67f27b9 100644 --- a/eng/ci/integration-tests.yml +++ b/eng/ci/integration-tests.yml @@ -39,11 +39,10 @@ extends: stages: - stage: RunE2ETests + dependsOn: [] jobs: - template: /eng/templates/official/jobs/ci-e2e-tests.yml@self - stage: RunLCTests + dependsOn: [] jobs: - template: /eng/templates/official/jobs/ci-lc-tests.yml@self - - stage: RunUnitTests - jobs: - - template: /eng/templates/jobs/ci-unit-tests.yml@self