Skip to content

Commit 6a95bdb

Browse files
authored
Remove skip for loading crypt_shared on Windows (#1787)
1 parent 4507e32 commit 6a95bdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.evergreen/scripts/run-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ if [[ "${CLIENT_SIDE_ENCRYPTION}" == "on" ]]; then
207207
# Check if tests should use the crypt_shared library.
208208
if [[ "${SKIP_CRYPT_SHARED_LIB}" == "on" ]]; then
209209
echo "crypt_shared library is skipped due to SKIP_CRYPT_SHARED_LIB=on"
210-
elif [[ -d /cygdrive/c ]]; then
211-
# We have trouble with this test on Windows. only set cryptSharedLibPath on other platforms
212-
echo "crypt_shared library is skipped due to running on Windows"
213210
else
214211
export MONGOC_TEST_CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}"
215212
echo "crypt_shared library will be loaded with cryptSharedLibPath: [${MONGOC_TEST_CRYPT_SHARED_LIB_PATH}]"

0 commit comments

Comments
 (0)