mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: WIP test was not explicitly skipped
Solution: Added an @pytest.skip
This commit is contained in:
parent
bc4ba419aa
commit
13d003a71f
@ -346,9 +346,9 @@ class MockResponse():
|
|||||||
# @pytest.mark.execute
|
# @pytest.mark.execute
|
||||||
# @patch('bigchaindb.lib.BigchainDB.get_validators')
|
# @patch('bigchaindb.lib.BigchainDB.get_validators')
|
||||||
# @pytest.mark.abci
|
# @pytest.mark.abci
|
||||||
|
@pytest.skip
|
||||||
def test_upsert_validator_new_with_tendermint(b, priv_validator_path, user_sk, monkeypatch):
|
def test_upsert_validator_new_with_tendermint(b, priv_validator_path, user_sk, monkeypatch):
|
||||||
"""
|
"""WIP: Will be fixed and activated in the next PR
|
||||||
WIP: Will be fixed and activated in the next PR
|
|
||||||
"""
|
"""
|
||||||
from bigchaindb.commands.bigchaindb import run_upsert_validator_new
|
from bigchaindb.commands.bigchaindb import run_upsert_validator_new
|
||||||
import time
|
import time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user