Skip to content

Commit

Permalink
Mark test for not yet fixed issue amiller#59 with xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed May 15, 2018
1 parent 0f305dc commit 1cab37d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_binaryagreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ def _test_binaryagreement(N=4, f=1, seed=None):
def test_binaryagreement():
for i in range(5): _test_binaryagreement(seed=i)


@mark.xfail(
raises=NotImplementedError,
reason='Place holder for https://github.com/amiller/HoneyBadgerBFT/issues/59')
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 1cab37d

Please sign in to comment.