Skip to content

Commit

Permalink
Problem: Test fails if Tendermint is not up. (#2530)
Browse files Browse the repository at this point in the history
Solution: Mark the test with the abci mark since it requires running BigchainDB and Tendermint. Fails since the mark cleanup in #2522.
  • Loading branch information
ldmberman authored and codegeschrei committed Sep 11, 2018
1 parent 0fe749d commit b33e380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/web/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_get_outputs_endpoint_with_invalid_spent(client, user_pk):
assert res.status_code == 400


@pytest.mark.abci
@pytest.mark.bdb
@pytest.mark.usefixtures('inputs')
def test_get_divisble_transactions_returns_500(b, client):
Expand Down

0 comments on commit b33e380

Please sign in to comment.