aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/run-csit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/run-csit.sh')
-rwxr-xr-xtest/csit/run-csit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh
index f499d8ed1..3070239b7 100755
--- a/test/csit/run-csit.sh
+++ b/test/csit/run-csit.sh
@@ -105,7 +105,7 @@ pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils
# install chrome driver
if [ ! -x ${ROBOT_VENV}/bin/chromedriver ]; then
pushd ${ROBOT_VENV}/bin
- wget -N http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip
+ wget -N http://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
chmod +x chromedriver
popd