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:
z-bowen 2018-08-17 16:47:47 +02:00
parent c3cd8ecece
commit b7d5f20f8c

View File

@ -416,7 +416,6 @@ def test_upsert_validator_new_without_tendermint(b, priv_validator_path, user_sk
@pytest.mark.abci @pytest.mark.abci
@pytest.mark.bdb
def test_upsert_validator_approve(b, priv_validator_path, user_sk, validators): def test_upsert_validator_approve(b, priv_validator_path, user_sk, validators):
from bigchaindb.commands.bigchaindb import run_upsert_validator_new, \ from bigchaindb.commands.bigchaindb import run_upsert_validator_new, \
run_upsert_validator_approve run_upsert_validator_approve