Revert "lock es snapshot to avoid failing CI" (#41539) (#41799)

This reverts commit 4eca0f3383.
This commit is contained in:
Tyler Smalley 2019-07-24 10:08:05 -07:00 committed by GitHub
parent e83b6b4889
commit 2dd74f890f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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