Skip to content

Commit

Permalink
tests(ci): resume using ToT chrome (#15655)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Dec 4, 2023
1 parent 7c36f39 commit 507e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/download-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ case "${unameOut}" in
esac

# Only set this to true when actual ToT is broken and we can't fix it yet.
should_hardcode_ci=true
should_hardcode_ci=false

if [[ "${CI:-}" ]] && [ "$should_hardcode_ci" == true ]; then
rev=1228630
Expand Down

0 comments on commit 507e62f

Please sign in to comment.