Skip to content

Commit 551fac8

Browse files
committed
build: do not run browserstack in parallel
* No longer runs BrowserStack in parallel because it causes rate limit exceptions that didn't show up if we just had one tunnel per job.
1 parent a9e550e commit 551fac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
environment:
134134
BROWSER_STACK_USERNAME: "angularteam1"
135135
BROWSER_STACK_ACCESS_KEY: "CaXMeMHD9pr5PHg8N7Jq"
136-
parallelism: 2
137136
steps:
138137
- *checkout_code
139138
- *restore_cache

0 commit comments

Comments
 (0)