Skip to content

Commit 2d4d23b

Browse files
Updated the test cases
1 parent a918964 commit 2d4d23b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scripts/test_pull_request_deployments.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55

66

77
PULL_REQUEST_PIPELINES = {
8-
"identity-service": {
9-
"build": 27,
10-
"pr": 54,
11-
"branch": "refs/heads/master"
12-
},
8+
# "identity-service": {
9+
# "build": 27,
10+
# "pr": 54,
11+
# "branch": "refs/heads/master"
12+
# },
1313
"canary-api": {
1414
"build": 222,
1515
"pr": 223,
1616
"branch": "refs/heads/main"
17-
},
18-
"personal-demographics-service": {
19-
"build": 140,
20-
"pr": 144,
21-
"branch": "refs/heads/master"
22-
},
17+
}
18+
# "personal-demographics-service": {
19+
# "build": 140,
20+
# "pr": 144,
21+
# "branch": "refs/heads/master"
22+
# },
2323
}
2424

2525

0 commit comments

Comments
 (0)