From b7d5f20f8cd4048f3e68ecc23ab0bfd72793cc79 Mon Sep 17 00:00:00 2001 From: z-bowen Date: Fri, 17 Aug 2018 16:47:47 +0200 Subject: [PATCH] =?UTF-8?q?Problem:=20=C2=B4@pytest.mark.tendermint=C2=B4?= =?UTF-8?q?=20together=20with=20=C2=B4@pytest.mark.bdb=C2=B4=20causes=20th?= =?UTF-8?q?e=20test=20infrastructure=20to=20hang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Solution: Removed the ´bdb´ marker from the test. We don't seem to need it anyway... --- tests/commands/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 81351625..ada3617f 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -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