You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flaky auth webdriver tests and pin Chrome v114 (#7582)
* Fix flaky auth webdriver tests
* Fix Lint
* Unpin Chrome version for test-changed-auth.yml and test-all.yml
* Re-pin webdriver version in Firefox test to avoid install failures
* Pin chrome v114
* Add TODO to update script
Copy file name to clipboardExpand all lines: .github/workflows/test-all.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,14 @@ jobs:
17
17
# Install Chrome so the correct version of webdriver can be installed by chromedriver when
18
18
# setting up the repo. This must be done to build and execute Auth properly.
19
19
- name: install Chrome stable
20
-
# Install Chrome version 110.0.5481.177-1 as some Auth tests start to fail on version 111.
21
-
# Temporary: Auth team will explore what's going wrong with the auth tests.
20
+
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
21
+
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
22
+
# TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
104
105
- name: install Chrome stable
105
-
# Install Chrome version 110.0.5481.177-1 as some Auth tests start to fail on version 111.
106
-
# Temporary: Auth team will explore what's going wrong with the auth tests.
106
+
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
107
+
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
108
+
# TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
Copy file name to clipboardExpand all lines: .github/workflows/test-changed-auth.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,14 @@ jobs:
14
14
steps:
15
15
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
16
16
- name: install Chrome stable
17
-
# Install Chrome version 110.0.5481.177-1 as test starts to fail on version 111.
18
-
# Temporary: Auth team will explore what's going wrong with the auth tests.
17
+
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
18
+
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
19
+
# TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
# Chrome webdriver version is pinned to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790"
52
-
# These are installed even in the Firefox test due to `yarn` command which pulls the devDependency listed in package.json.
52
+
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
53
+
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
54
+
# TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
0 commit comments