Revert "TestSetMaxEstablishedConn does now work with utp"
This reverts commit eb1be48cc6
.
This commit is contained in:
parent
40a78b7cdd
commit
9b3869f3c5
|
@ -953,6 +953,7 @@ func TestSetMaxEstablishedConn(t *testing.T) {
|
||||||
var tts []*Torrent
|
var tts []*Torrent
|
||||||
ih := testutil.GreetingMetaInfo().Info.Hash()
|
ih := testutil.GreetingMetaInfo().Info.Hash()
|
||||||
cfg := TestingConfig
|
cfg := TestingConfig
|
||||||
|
cfg.DisableUTP = true
|
||||||
for i := range iter.N(3) {
|
for i := range iter.N(3) {
|
||||||
cl, err := NewClient(&cfg)
|
cl, err := NewClient(&cfg)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
Loading…
Reference in New Issue