Skip to content

Commit

Permalink
reenable QUIC in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Feb 20, 2025
1 parent 8ae89a9 commit 27ef9d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dht_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ func setupDHT(ctx context.Context, t *testing.T, client bool, options ...Option)
}

host, err := bhost.NewHost(swarmt.GenSwarm(t,
swarmt.OptDisableReuseport, swarmt.OptDisableQUIC),
new(bhost.HostOpts))
swarmt.OptDisableReuseport), new(bhost.HostOpts))
require.NoError(t, err)
host.Start()
t.Cleanup(func() { host.Close() })
Expand Down

0 comments on commit 27ef9d0

Please sign in to comment.