From: Matt Joiner Date: Wed, 6 Jul 2016 04:05:03 +0000 (+1000) Subject: Revert "TestSetMaxEstablishedConn does now work with utp" X-Git-Tag: v1.0.0~659 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9b3869f3c53e65d0c42527c76504c14bdff068be;p=btrtrc.git Revert "TestSetMaxEstablishedConn does now work with utp" This reverts commit eb1be48cc6431cb380abbe11af6e72bbcec47b06. --- 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)