Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,10 @@ tasks:
LOCAL_PATH: ${workdir}/efcore
SCRIPT: |
${PREPARE_SHELL}
if [[ $OS =~ [Ww]indows.* ]]; then
export ATLAS_URI=Disabled
fi

CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh

- name: x509-auth-tests
Expand Down