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 4507e32 commit 6a95bdbCopy full SHA for 6a95bdb
.evergreen/scripts/run-tests.sh
@@ -207,9 +207,6 @@ if [[ "${CLIENT_SIDE_ENCRYPTION}" == "on" ]]; then
207
# Check if tests should use the crypt_shared library.
208
if [[ "${SKIP_CRYPT_SHARED_LIB}" == "on" ]]; then
209
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"
213
else
214
export MONGOC_TEST_CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}"
215
echo "crypt_shared library will be loaded with cryptSharedLibPath: [${MONGOC_TEST_CRYPT_SHARED_LIB_PATH}]"
0 commit comments