We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a98a93 commit eaa2eaeCopy full SHA for eaa2eae
evergreen/evergreen.yml
@@ -1909,11 +1909,7 @@ tasks:
1909
LOCAL_PATH: ${workdir}/efcore
1910
SCRIPT: |
1911
${PREPARE_SHELL}
1912
- if [[ $OS =~ [Ww]indows.* ]]; then
1913
- export ATLAS_URI=Disabled
1914
- fi
1915
-
1916
- CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
+ ATLAS_URI=Disabled CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
1917
1918
- name: x509-auth-tests
1919
commands:
0 commit comments