From 9b3869f3c53e65d0c42527c76504c14bdff068be Mon Sep 17 00:00:00 2001
From: Matt Joiner <anacrolix@gmail.com>
Date: Wed, 6 Jul 2016 14:05:03 +1000
Subject: [PATCH] Revert "TestSetMaxEstablishedConn does now work with utp"

This reverts commit eb1be48cc6431cb380abbe11af6e72bbcec47b06.
---
 client_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client_test.go b/client_test.go
index d6a83bf2..28af2af2 100644
--- a/client_test.go
+++ b/client_test.go
@@ -953,6 +953,7 @@ func TestSetMaxEstablishedConn(t *testing.T) {
 	var tts []*Torrent
 	ih := testutil.GreetingMetaInfo().Info.Hash()
 	cfg := TestingConfig
+	cfg.DisableUTP = true
 	for i := range iter.N(3) {
 		cl, err := NewClient(&cfg)
 		require.NoError(t, err)
-- 
2.51.0