From 993e38a4e2fa66093314b988dfbe459f46aa5864 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 6 Dec 2019 14:37:49 +0000 Subject: tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such --- test/functional/mining_getblocktemplate_longpoll.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/mining_getblocktemplate_longpoll.py') diff --git a/test/functional/mining_getblocktemplate_longpoll.py b/test/functional/mining_getblocktemplate_longpoll.py index 445ec124ce..6d0b241e57 100755 --- a/test/functional/mining_getblocktemplate_longpoll.py +++ b/test/functional/mining_getblocktemplate_longpoll.py @@ -27,6 +27,7 @@ class LongpollThread(threading.Thread): class GetBlockTemplateLPTest(BitcoinTestFramework): def set_test_params(self): self.num_nodes = 2 + self.supports_cli = False def skip_test_if_missing_module(self): self.skip_if_no_wallet() -- cgit v1.2.3