Skip to content

Commit 06f176a

Browse files
committed
CDRIVER-5736 do not assert (#1758)
1 parent c9905b4 commit 06f176a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libmongoc/tests/test-mongoc-ssl.c

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ static void
204204
test_non_existant_cafile (void)
205205
{
206206
mongoc_client_t *client = mongoc_client_new ("mongodb://localhost:27017/?tls=true&tlsCAFile=/nonexistant/ca.pem");
207+
// Ignore return. May return true on Windows hosts. See CDRIVER-5747.
207208
mongoc_client_command_simple (client, "admin", tmp_bson ("{'ping': 1}"), NULL, NULL, NULL);
208209
mongoc_client_destroy (client);
209210
}

0 commit comments

Comments
 (0)