Skip to content

Commit eaa2eae

Browse files
authored
CSHARP-5772: Fix EFCore tests in Driver's CI (#1798)
1 parent 2a98a93 commit eaa2eae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,11 +1909,7 @@ tasks:
19091909
LOCAL_PATH: ${workdir}/efcore
19101910
SCRIPT: |
19111911
${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
1912+
ATLAS_URI=Disabled CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
19171913
19181914
- name: x509-auth-tests
19191915
commands:

0 commit comments

Comments
 (0)