pyopenssl: Disable flaky test_wantWriteError test.
See added comment for details.
This commit is contained in:
parent
2b974b576c
commit
863f821bdf
@ -46,6 +46,8 @@ let
|
||||
# These tests, we disable always.
|
||||
"test_set_default_verify_paths"
|
||||
"test_fallback_default_verify_paths"
|
||||
# https://github.com/pyca/pyopenssl/issues/768
|
||||
"test_wantWriteError"
|
||||
] ++ (
|
||||
optionals (hasPrefix "libressl" openssl.meta.name) failingLibresslTests
|
||||
) ++ (
|
||||
|
Loading…
Reference in New Issue
Block a user