diff --git a/test/utils/daemon.js b/test/utils/daemon.js index 10982480..d3dbf12b 100644 --- a/test/utils/daemon.js +++ b/test/utils/daemon.js @@ -10,7 +10,18 @@ const spawnInitAndStartDaemon = (factory) => { initOptions: { bits: 1024 }, - config: { Bootstrap: [] } + config: { + Bootstrap: [], + Discovery: { + MDNS: { + Enabled: false + }, + webRTCStar: { + Enabled: false + } + } + }, + profile: 'test' }, (error, instance) => { if (error) { return reject(error)