aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_anchors.py
diff options
context:
space:
mode:
authorMartin Zumsande <mzumsande@gmail.com>2021-07-26 17:36:01 +0200
committerMartin Zumsande <mzumsande@gmail.com>2021-07-26 19:11:13 +0200
commit8ca51af1ece371b6f1bdb88b96f16020cc787d13 (patch)
treeb52db0ed28869760191d6b2a25026295951137d0 /test/functional/feature_anchors.py
parent54e31742d208eb98ce706aaa6bbd4b023f42c3a5 (diff)
downloadbitcoin-8ca51af1ece371b6f1bdb88b96f16020cc787d13.tar.xz
test: Disable automatic connections by default
This prevents the node from trying to connect to random IPs on the internet while running the functional tests. Exceptions are added when required for the test to pass.
Diffstat (limited to 'test/functional/feature_anchors.py')
-rwxr-xr-xtest/functional/feature_anchors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_anchors.py b/test/functional/feature_anchors.py
index 24bb02bc90..c39f6e6d4b 100755
--- a/test/functional/feature_anchors.py
+++ b/test/functional/feature_anchors.py
@@ -23,6 +23,7 @@ def check_node_connections(*, node, num_in, num_out):
class AnchorsTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
+ self.disable_autoconnect = False
def setup_network(self):
self.setup_nodes()