Skip to content

Commit 27ef9d0

Browse files
reenable QUIC in tests
1 parent 8ae89a9 commit 27ef9d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dht_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ func setupDHT(ctx context.Context, t *testing.T, client bool, options ...Option)
125125
}
126126

127127
host, err := bhost.NewHost(swarmt.GenSwarm(t,
128-
swarmt.OptDisableReuseport, swarmt.OptDisableQUIC),
129-
new(bhost.HostOpts))
128+
swarmt.OptDisableReuseport), new(bhost.HostOpts))
130129
require.NoError(t, err)
131130
host.Start()
132131
t.Cleanup(func() { host.Close() })

0 commit comments

Comments
 (0)