Skip to content

Commit

Permalink
[FABN-975] disable discovery in sceanrio tests
Browse files Browse the repository at this point in the history
Change-Id: I61143a0a249c817228afc49c126eac453f1e784f
Signed-off-by: nkl199@yahoo.co.uk <nkl199@yahoo.co.uk>
  • Loading branch information
nklincoln committed Nov 1, 2018
1 parent 2c718c6 commit 2f37854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scenario/features/lib/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ async function connectGateway(ccp, tls, userName, orgName, gatewayName) {

const opts = {
wallet: inMemoryWallet,
identity: userIdentity
identity: userIdentity,
discovery: { enabled: false }
};

if (tls) {
Expand Down

0 comments on commit 2f37854

Please sign in to comment.