Simplify tests and avoid unnecessary race conditions.

This commit is contained in:
Jay
2026-04-15 13:47:34 -04:00
parent b128a021de
commit d002c19889
5 changed files with 18 additions and 77 deletions

View File

@@ -290,7 +290,6 @@ func TestConnect(t *testing.T) {
}, testTimeout, testTick)
conn.Close()
close(outgoingData)
})
t.Run("connect retries on dial failure", func(t *testing.T) {