diff options
author | Leorize <leorize+oss@disroot.org> | 2020-06-01 18:15:11 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-06-06 21:11:53 +0200 |
commit | 65b350f11246654f2b04a9a606a731ba0b9a72c5 (patch) | |
tree | 4625f236e603c683606546d6272ac4dfd1427704 /tests | |
parent | df91f61e2091164eb5afdd2c88367cf48a042998 (diff) | |
download | Nim-65b350f11246654f2b04a9a606a731ba0b9a72c5.tar.gz |
untestable/thttpclient_ssl: fix macos
Diffstat (limited to 'tests')
-rw-r--r-- | tests/untestable/thttpclient_ssl.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/untestable/thttpclient_ssl.nim b/tests/untestable/thttpclient_ssl.nim index 2c3c3b4bb..624573a80 100644 --- a/tests/untestable/thttpclient_ssl.nim +++ b/tests/untestable/thttpclient_ssl.nim @@ -107,6 +107,7 @@ template evaluate(exception_msg: string, category: Category, desc: string) = exception_msg.contains("certificate verify failed") or exception_msg.contains("key too small") or exception_msg.contains("alert handshake failure") or + exception_msg.contains("bad dh p length") or # TODO: This one should only triggers for 10000-sans exception_msg.contains("excessive message size"), exception_msg |