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

Commit 32908ae

Browse files
committed
fix: mdns should be off
1 parent 44c16e9 commit 32908ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/factory/daemon-spawner.js

Lines changed: 3 additions & 1 deletion
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)