Revert "TestSetMaxEstablishedConn does now work with utp"

This reverts commit eb1be48cc6.
This commit is contained in:
Matt Joiner 2016-07-06 14:05:03 +10:00
parent 40a78b7cdd
commit 9b3869f3c5
1 changed files with 1 additions and 0 deletions

View File

@ -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)