buf: allow local networking in darwin tests
This commit is contained in:
parent
8f1e87b4f4
commit
48e3440ae9
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ buildGoModule rec {
|
|||
export CI=true
|
||||
'';
|
||||
|
||||
# Allow tests that bind or connect to localhost on macOS.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue