diff --git a/.evergreen/run-tests.sh b/.evergreen/run-tests.sh index 040ce207a03..bfbdb7b260a 100755 --- a/.evergreen/run-tests.sh +++ b/.evergreen/run-tests.sh @@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail AUTH=${AUTH:-noauth} SSL=${SSL:-nossl} MONGODB_URI=${MONGODB_URI:-} -JDK=${JDK:-jdk} +JDK=${JDK:-jdk8} TOPOLOGY=${TOPOLOGY:-server} COMPRESSOR=${COMPRESSOR:-} SLOW_TESTS_ONLY=${SLOW_TESTS_ONLY:-false}