Skip to content

Commit

Permalink
Mark this test as flaky (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Jul 6, 2019
1 parent 3efa98c commit 963ae03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from weakref import ref
from warnings import simplefilter

import flaky

import pytest

from pretend import raiser
Expand Down Expand Up @@ -436,6 +438,7 @@ def test_set_cipher_list_wrong_type(self, context):
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
Expand Down

0 comments on commit 963ae03

Please sign in to comment.