Problem: Test fails if Tendermint is not up. (#2530)

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:41:27 +02:00 committed by codegeschrei
parent 0fe749d830
commit b33e3808a6

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