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 81fa3cb commit d12cb58Copy full SHA for d12cb58
evergreen/evergreen.yml
@@ -1820,6 +1820,10 @@ tasks:
1820
LOCAL_PATH: ${workdir}/efcore
1821
SCRIPT: |
1822
${PREPARE_SHELL}
1823
+ if [[ $OS =~ [Ww]indows.* ]]; then
1824
+ export ATLAS_URI=Disabled
1825
+ fi
1826
+
1827
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
1828
1829
- name: x509-auth-tests
0 commit comments