Skip to content

Commit 963ae03

Browse files
alexreaperhulk
authored andcommitted
Mark this test as flaky (#850)
1 parent 3efa98c commit 963ae03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_ssl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
from weakref import ref
2020
from warnings import simplefilter
2121

22+
import flaky
23+
2224
import pytest
2325

2426
from pretend import raiser
@@ -436,6 +438,7 @@ def test_set_cipher_list_wrong_type(self, context):
436438
with pytest.raises(TypeError):
437439
context.set_cipher_list(object())
438440

441+
@flaky.flaky
439442
def test_set_cipher_list_no_cipher_match(self, context):
440443
"""
441444
`Context.set_cipher_list` raises `OpenSSL.SSL.Error` with a

0 commit comments

Comments
 (0)