Skip to content

Commit b1553c5

Browse files
committed
test by removing the condition
1 parent 3fad7a1 commit b1553c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if [[ ",$JAVA_VERSION," =~ "11" ]]; then
115115
fi
116116

117117
# Install Chrome and chrome driver for recaptcha tests
118-
if [[ "$file" == *"recaptcha_enterprise/"* ]]; then
118+
#if [[ "$file" == *"recaptcha_enterprise/"* ]]; then
119119
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
120120
sudo apt install wget
121121
sudo dpkg -i google-chrome-stable_current_amd64.deb
@@ -130,7 +130,7 @@ if [[ "$file" == *"recaptcha_enterprise/"* ]]; then
130130

131131
export CHROME_DRIVER_PATH="/usr/bin/chromedriver"
132132
echo "Installing chrome and driver. Path to installation: $CHROME_DRIVER_PATH"
133-
fi
133+
#fi
134134

135135
btlr_args=(
136136
"run"

0 commit comments

Comments
 (0)