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
Copy file name to clipboardExpand all lines: browsers/private/update-tool/index.mts
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,7 @@ async function downloadMilestonesAndWriteVersionsFiles({
108
108
}
109
109
110
110
constallVersions=[...Object.keys(versions)];
111
-
112
-
// Since 136.0 firefox in RBE causes `Protocol error (session.new): Target closed` errors
113
-
// This can be tested/debugged via `pnpm bazel test //packages/core/test/acceptance/selectorless:selectorless_web_firefox --config=remote --google_default_credentials`
0 commit comments