diff --git a/cmd/geth/lag_between_tx_inclusion_test.go b/cmd/geth/lag_between_tx_inclusion_test.go index 28904ca830..f1681fbfed 100644 --- a/cmd/geth/lag_between_tx_inclusion_test.go +++ b/cmd/geth/lag_between_tx_inclusion_test.go @@ -119,6 +119,8 @@ func (task *task) run(t *testing.T) (returnErr error) { fmt.Sprintf("%d", port), "--ws.api", "admin,eth,web3,debug", + "--ipcpath", + filepath.Join(datadir, "geth.ipc"), } g := runGeth(t, args...)