File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ echo " -- TEST_ES_SNAPSHOT_VERSION='$TEST_ES_SNAPSHOT_VERSION'"
1616echo " -- installing node.js dependencies"
1717yarn kbn bootstrap --prefer-offline
1818
19+ # ##
20+ # ## ensure Chromedriver install hook is triggered
21+ # ## when modules are up-to-date
22+ # ##
23+ node node_modules/chromedriver/install.js
24+
1925# ##
2026# ## Download es snapshots
2127# ##
Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ export CYPRESS_DOWNLOAD_MIRROR="https://us-central1-elastic-kibana-184716.cloudf
134134export CHECKS_REPORTER_ACTIVE=false
135135
136136# This is mainly for release-manager builds, which run in an environment that doesn't have Chrome installed
137- if [[ " $( which google-chrome-stable) " || " $( which google-chrome) " ]]; then
138- echo " Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
139- export DETECT_CHROMEDRIVER_VERSION=true
140- export CHROMEDRIVER_FORCE_DOWNLOAD=true
141- else
142- echo " Chrome not detected, installing default chromedriver binary for the package version"
143- fi
137+ # if [[ "$(which google-chrome-stable)" || "$(which google-chrome)" ]]; then
138+ # echo "Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
139+ # export DETECT_CHROMEDRIVER_VERSION=true
140+ # export CHROMEDRIVER_FORCE_DOWNLOAD=true
141+ # else
142+ # echo "Chrome not detected, installing default chromedriver binary for the package version"
143+ # fi
144144
145145# ## only run on pr jobs for elastic/kibana, checks-reporter doesn't work for other repos
146146if [[ " $ghprbPullId " && " $ghprbGhRepository " == ' elastic/kibana' ]] ; then
You can’t perform that action at this time.
0 commit comments