Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2bbc1af

Browse files
daviddiasdignifiedquire
authored andcommitted
fix: mdns should be off
1 parent 348320a commit 2bbc1af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/factory/daemon-spawner.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ function spawnEphemeralNode (callback) {
7373
(cb) => {
7474
const configValues = {
7575
Bootstrap: [],
76-
// Discovery: {},
76+
// Do not use discovery to avoid connecting to
77+
// other nodes by mistake
78+
Discovery: {},
7779
API: {
7880
'HTTPHeaders.Access-Control-Allow-Origin': ['*'],
7981
'HTTPHeaders.Access-Control-Allow-Credentials': 'true',

0 commit comments

Comments
 (0)