summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-07-06 17:38:32 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-07-06 17:38:32 -0400
commit963ae035d2bf6fdaad01b3d77fe4aa4b2ca431cd (patch)
treec94574eb5270948f715edda79eba3e575a32f9a6
parent3efa98cfe36d359ee86785a17233f0584ecad265 (diff)
downloadpyopenssl-963ae035d2bf6fdaad01b3d77fe4aa4b2ca431cd.tar.gz
Mark this test as flaky (#850)
-rw-r--r--tests/test_ssl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index 7916d43..7704c72 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -19,6 +19,8 @@ from os.path import join
from weakref import ref
from warnings import simplefilter
+import flaky
+
import pytest
from pretend import raiser
@@ -436,6 +438,7 @@ class TestContext(object):
with pytest.raises(TypeError):
context.set_cipher_list(object())
+ @flaky.flaky
def test_set_cipher_list_no_cipher_match(self, context):
"""
`Context.set_cipher_list` raises `OpenSSL.SSL.Error` with a