From 042b62e48f7bfba9e9727e4168ee7ccc96b1fb8d Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Wed, 25 Sep 2024 15:43:29 +0200 Subject: [PATCH] Stop pinning Chrome We initially did this because of some Bug in Chrome, but now the download of the very specific version here doesn't work any longer. Let's see what happens if we don't pin. (cherry picked from commit bf4ab8720bfd4811064a251a375fa338945a3512) --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fac8f77872..47d9fed6a87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,9 +58,7 @@ commands: setup: steps: - checkout - - browser-tools/install-chrome: - chrome-version: "118.0.5993.70" - replace-existing: true + - browser-tools/install-chrome - run: name: Check chrome version command: |