Mark this test as flaky (#850)
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 weakref import ref
from warnings import simplefilter
+import flaky
+
import pytest
from pretend import raiser
@@ -436,6 +438,7 @@
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