Skip to content

Commit

Permalink
Skip failing openssl 1.1.1 tests (for now)
Browse files Browse the repository at this point in the history
One tests fails when using openssl 1.1.1 with TLS 1.3 support. Disable
this test for now. Please fix the bug in tornado and re-enable it again.

Bug: tornadoweb/tornado#2536
  • Loading branch information
bdrung committed Jan 22, 2020
1 parent c3cc70d commit 3306d34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/utils/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ def _handle_publish(self, raw):
self.tag, self.data = salt.utils.event.SaltEvent.unpack(raw)
self.stop()

@skipIf(True, "Failing when using openssl 1.1.1 with TLS 1.3 support. "
"See https://github.com/tornadoweb/tornado/issues/2536")
def test_event_subscription(self):
'''Test a single event is received'''
me = salt.utils.event.MinionEvent(self.opts, listen=True)
Expand Down

0 comments on commit 3306d34

Please sign in to comment.