Don't do TestConnectSelf in parallel

This commit is contained in:
Matt Joiner
2016-04-18 21:31:00 +10:00
parent e597926497
commit a0ed6ae2f3
-1
View File
@@ -269,7 +269,6 @@ func connectSelfLots(n int, t testing.TB) {
// Connect to ourself heaps.
func TestConnectSelf(t *testing.T) {
t.Parallel()
// A rough guess says that at worst, I can only have 0x10000/3 connections
// to the same socket, due to fragmentation in the assigned connection
// IDs.