mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
0fe749d830
commit
b33e3808a6
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user