Skip to content

Commit

Permalink
Revert "Fix firewall warnings for integration tests on Mac" (#4175)
Browse files Browse the repository at this point in the history
This reverts commit 412f366.

The change caused integration tests to fail on a number of
developer macs (both amd64 and arm64).

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored Apr 19, 2023
1 parent 0ea42d9 commit 268a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nwo/template/core_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ peer:
address: 127.0.0.1:{{ .PeerPort Peer "Listen" }}
addressAutoDetect: true
listenAddress: 127.0.0.1:{{ .PeerPort Peer "Listen" }}
chaincodeListenAddress: 127.0.0.1:{{ .PeerPort Peer "Chaincode" }}
chaincodeListenAddress: 0.0.0.0:{{ .PeerPort Peer "Chaincode" }}
keepalive:
minInterval: 60s
client:
Expand Down

0 comments on commit 268a8a1

Please sign in to comment.