Skip to content

Commit

Permalink
Add placeholder test failure for issue #59
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller committed Apr 10, 2018
1 parent 6bf6b48 commit 362b433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_binaryagreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,8 @@ def _test_binaryagreement(N=4, f=1, seed=None):

def test_binaryagreement():
for i in range(5): _test_binaryagreement(seed=i)

def test_issue59_attack():
""" Place holder for https://github.com/amiller/HoneyBadgerBFT/issues/59
"""
raise NotImplementedError("Placeholder test failure for Issue #59")

0 comments on commit 362b433

Please sign in to comment.