Skip to content

Commit 4c40ec0

Browse files
committed
tests: Disable Tor interaction
This is unnecessary during the current tests (any test for Tor interaction can explicitly enable it) and interferes with the proxy test.
1 parent 7922592 commit 4c40ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/rpc-tests/test_framework/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def initialize_datadir(dirname, n):
107107
f.write("rpcpassword=rt\n");
108108
f.write("port="+str(p2p_port(n))+"\n");
109109
f.write("rpcport="+str(rpc_port(n))+"\n");
110+
f.write("listenonion=0\n");
110111
return datadir
111112

112113
def initialize_chain(test_dir):

0 commit comments

Comments
 (0)