Skip to content

Commit d12cb58

Browse files
authored
CSHARP-5739: Skip Docker-dependent EFCore tests on Windows (#1780)
1 parent 81fa3cb commit d12cb58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

evergreen/evergreen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,10 @@ tasks:
18201820
LOCAL_PATH: ${workdir}/efcore
18211821
SCRIPT: |
18221822
${PREPARE_SHELL}
1823+
if [[ $OS =~ [Ww]indows.* ]]; then
1824+
export ATLAS_URI=Disabled
1825+
fi
1826+
18231827
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
18241828
18251829
- name: x509-auth-tests

0 commit comments

Comments
 (0)