Skip to content

Commit

Permalink
Removed non-funtional test until #229 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamietti authored Aug 17, 2016
1 parent a097b5e commit 25dcd1c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions runners/trytls/bundles/https.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,6 @@ def tlsfun_tests():
if res.type != results.Pass:
forced_result = results.Skip("could not detect SNI support")

res = yield Test(
accept=False,
description="self-signed certificate",
host="expired.tlsfun.de",
port=443,
forced_result=forced_result
)
if res.type != results.Pass and not forced_result:
forced_result = results.Skip("stub didn't reject a self-signed certificate")

yield testgroup(
tlsfun(False, "badcert-edell", "eDellRoot CA #2", forced_result)
)
Expand Down

0 comments on commit 25dcd1c

Please sign in to comment.