From 13d003a71f0121ec30cf8e97292e674e60e15ccf Mon Sep 17 00:00:00 2001 From: z-bowen Date: Wed, 8 Aug 2018 15:02:41 +0200 Subject: [PATCH] Problem: WIP test was not explicitly skipped Solution: Added an @pytest.skip --- tests/commands/test_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index d0db5d6c..1aa8d9c7 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -346,9 +346,9 @@ class MockResponse(): # @pytest.mark.execute # @patch('bigchaindb.lib.BigchainDB.get_validators') # @pytest.mark.abci +@pytest.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 + """WIP: Will be fixed and activated in the next PR """ from bigchaindb.commands.bigchaindb import run_upsert_validator_new import time