Skip to content

Commit 34361a7

Browse files
committed
skip mock tests on windows
1 parent badd21e commit 34361a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/compile-windows.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ export MONGOC_TEST_SKIP_LIVE=on
130130
export MONGOC_TEST_SKIP_SLOW=on
131131

132132
# We are done here if we don't want to run the tests.
133-
if [ "$SKIP_MOCK_TESTS" = "ON" ]; then
134-
exit 0
135-
fi
133+
# if [ "$SKIP_MOCK_TESTS" = "ON" ]; then
134+
exit 0
135+
# fi
136136

137137
export MONGOC_TEST_SERVER_LOG=stdout
138138

0 commit comments

Comments
 (0)