don't start jsonrpc server in unit tests
This commit is contained in:
parent
9ed98de40c
commit
41d6f5ee38
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ func makeDefaultArgs() *server.Args {
|
|||
DisableResolve: true,
|
||||
DisableBlockingAndFiltering: true,
|
||||
DisableStartNotifier: true,
|
||||
DisableStartJSONRPC: true,
|
||||
}
|
||||
|
||||
return args
|
||||
|
|
Loading…
Add table
Reference in a new issue