Skip to content

Commit

Permalink
Merge pull request #361 from uclibs/360-fix-flaky-test
Browse files Browse the repository at this point in the history
360 - Fix flaky test
  • Loading branch information
hortongn authored Jan 30, 2024
2 parents c8dbcef + 8debaab commit 66a8064
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
orbs:
ruby: circleci/ruby@2.0.0
node: circleci/node@5.0.2
browser-tools: circleci/browser-tools@1.3.0
browser-tools: circleci/browser-tools@1.4.6
coveralls: coveralls/coveralls@1.0.6

jobs:
Expand Down Expand Up @@ -46,10 +46,7 @@ jobs:
- checkout
- node/install:
node-version: "18.17.1"
# - browser-tools/install-chrome TODO: change the following 2 lines to this after fixing the orb issue #75.
- browser-tools/install-browser-tools:
chrome-version: 114.0.5735.90 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chromedriver
- browser-tools/install-browser-tools

- restore_cache:
keys:
Expand Down

0 comments on commit 66a8064

Please sign in to comment.