Problem: Test fails if Tendermint is not up.

Solution: Mark the test with the abci mark since it requires running BigchainDB and Tendermint. Fails since the mark cleanup in #2522.
This commit is contained in:
Lev Berman 2018-09-11 16:31:05 +02:00
parent 0fe749d830
commit 86cf7bf95d

View File

@ -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):