mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Used @pytest.skip instead of @pytest.mark.skip
Solution: Fixed
This commit is contained in:
parent
639b680348
commit
6263c6779e
@ -346,7 +346,7 @@ class MockResponse():
|
||||
# @pytest.mark.execute
|
||||
# @patch('bigchaindb.lib.BigchainDB.get_validators')
|
||||
# @pytest.mark.abci
|
||||
@pytest.skip
|
||||
@pytest.mark.skip
|
||||
def test_upsert_validator_new_with_tendermint(b, priv_validator_path, user_sk, monkeypatch):
|
||||
"""WIP: Will be fixed and activated in the next PR
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user