Skip to content

Commit

Permalink
CDRIVER-5736 do not assert (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Oct 8, 2024
1 parent c9905b4 commit 06f176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libmongoc/tests/test-mongoc-ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ static void
test_non_existant_cafile (void)
{
mongoc_client_t *client = mongoc_client_new ("mongodb://localhost:27017/?tls=true&tlsCAFile=/nonexistant/ca.pem");
// Ignore return. May return true on Windows hosts. See CDRIVER-5747.
mongoc_client_command_simple (client, "admin", tmp_bson ("{'ping': 1}"), NULL, NULL, NULL);
mongoc_client_destroy (client);
}
Expand Down

0 comments on commit 06f176a

Please sign in to comment.