Skip to content

Commit 14e5c9f

Browse files
APM-2488-Updated the test cases
1 parent c51c7be commit 14e5c9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/test_pull_request_deployments.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ def trigger_pipelines(pipeline_ids: dict, service: str):
2424
if build_status != "succeeded":
2525
sys.exit(1)
2626
return
27-
azure_dev_ops.run_pipeline(
28-
service=service,
29-
pipeline_type="pr",
30-
pipeline_id=pipeline_ids["pr"],
31-
pipeline_branch=pipeline_ids["branch"]
32-
)
27+
# azure_dev_ops.run_pipeline(
28+
# service=service,
29+
# pipeline_type="pr",
30+
# pipeline_id=pipeline_ids["pr"],
31+
# pipeline_branch=pipeline_ids["branch"]
32+
# )
3333

3434

3535
def main():

0 commit comments

Comments
 (0)