mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "console: add cleanup to avoid leaks in newTester (#27695)"
This reverts commit 08523174de.
This commit is contained in:
parent
e7080be3fa
commit
f7cd11b7df
1 changed files with 0 additions and 4 deletions
|
|
@ -111,10 +111,6 @@ func newTester(t *testing.T, confOverride func(*ethconfig.Config)) *tester {
|
|||
t.Fatalf("failed to start test stack: %v", err)
|
||||
}
|
||||
client := stack.Attach()
|
||||
t.Cleanup(func() {
|
||||
client.Close()
|
||||
})
|
||||
|
||||
prompter := &hookedPrompter{scheduler: make(chan string)}
|
||||
printer := new(bytes.Buffer)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue