From a0ed6ae2f34d7afc007e5ddaa4ebf5f23cc587bb Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 18 Apr 2016 21:31:00 +1000 Subject: [PATCH] Don't do TestConnectSelf in parallel --- utp_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utp_test.go b/utp_test.go index a8e1dca..5048b06 100644 --- a/utp_test.go +++ b/utp_test.go @@ -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.