From 321fb5e24af0c9bb728213499a2578b191fef75c Mon Sep 17 00:00:00 2001 From: Oleksii Lymarenko Date: Wed, 10 Oct 2018 17:24:36 +0300 Subject: [PATCH] false faucet fixture autouse Signed-off-by: Anton Danchenko --- test/appium/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/tests/conftest.py b/test/appium/tests/conftest.py index 504e81dc59..8a70d91eb5 100644 --- a/test/appium/tests/conftest.py +++ b/test/appium/tests/conftest.py @@ -191,7 +191,7 @@ def pytest_runtest_protocol(item, nextitem): return True # no need to rerun -@pytest.fixture(scope="session", autouse=True) +@pytest.fixture(scope="session", autouse=False) def faucet_for_senders(): network_api = NetworkApi() for user in transaction_senders.values():