Skip to content

Commit 3b72ea9

Browse files
committed
CDRIVER-1318 re-disable async SSL tests on Darwin
1 parent 2dc31de commit 3b72ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-mongoc-async.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ test_ismaster_pooled (void)
181181
}
182182

183183

184-
#if defined(MONGOC_ENABLE_SSL_OPENSSL) || defined(MONGOC_ENABLE_SSL_SECURE_TRANSPORT)
184+
#ifdef MONGOC_ENABLE_SSL_OPENSSL
185185
static void
186186
test_ismaster_ssl (void)
187187
{
@@ -204,7 +204,7 @@ test_async_install (TestSuite *suite)
204204
TestSuite_Add (suite, "/Async/ismaster/pooled",
205205
test_ismaster_pooled);
206206

207-
#if defined(MONGOC_ENABLE_SSL_OPENSSL) || defined(MONGOC_ENABLE_SSL_SECURE_TRANSPORT)
207+
#ifdef MONGOC_ENABLE_SSL_OPENSSL
208208
TestSuite_Add (suite, "/Async/ismaster_ssl", test_ismaster_ssl);
209209
TestSuite_Add (suite, "/Async/ismaster_ssl/pooled",
210210
test_ismaster_ssl_pooled);

0 commit comments

Comments
 (0)