mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: ´@pytest.mark.tendermint´ together with ´@pytest.mark.bdb´ causes the test infrastructure to hang
Solution: Removed the ´bdb´ marker from the test. We don't seem to need it anyway...
This commit is contained in:
parent
c3cd8ecece
commit
b7d5f20f8c
@ -416,7 +416,6 @@ def test_upsert_validator_new_without_tendermint(b, priv_validator_path, user_sk
|
||||
|
||||
|
||||
@pytest.mark.abci
|
||||
@pytest.mark.bdb
|
||||
def test_upsert_validator_approve(b, priv_validator_path, user_sk, validators):
|
||||
from bigchaindb.commands.bigchaindb import run_upsert_validator_new, \
|
||||
run_upsert_validator_approve
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user