diff --git a/src/dev/ci_setup/setup.sh b/src/dev/ci_setup/setup.sh index e5bfe27d7bfdb..25ee2c405e4f0 100755 --- a/src/dev/ci_setup/setup.sh +++ b/src/dev/ci_setup/setup.sh @@ -8,11 +8,6 @@ cacheDir="${CACHE_DIR:-"$HOME/.kibana"}" RED='\033[0;31m' C_RESET='\033[0m' # Reset color -### -### Pin to working 7.x snapshot -### -export TEST_ES_SNAPSHOT_VERSION=7.4.0-87a7e5e3 - ### ### Since the Jenkins logging output collector doesn't look like a TTY ### Node/Chalk and other color libs disable their color output. But Jenkins