aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_shutdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_shutdown.py')
-rwxr-xr-xtest/functional/feature_shutdown.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_shutdown.py b/test/functional/feature_shutdown.py
index 5084cb1322..9485db9864 100755
--- a/test/functional/feature_shutdown.py
+++ b/test/functional/feature_shutdown.py
@@ -17,6 +17,7 @@ class ShutdownTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 1
+ self.supports_cli = False
def run_test(self):
node = get_rpc_proxy(self.nodes[0].url, 1, timeout=600, coveragedir=self.nodes[0].coverage_dir)