Commit 004560a
committed
fix(docs): Mark set_ssl_acceptor doctest no_run
The example builds an SslAcceptor by calling openssl's
set_private_key_file/set_certificate_file, which open the files at test
time. CI doesn't have those PEM files, so the doctest panicked.
Locally it passed only because gitignored windmark_private.pem and
windmark_public.pem were left in the working tree.1 parent e90996c commit 004560a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
0 commit comments