wgengine/bench: disable unused benchmark that relies on legacy magicsock.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:

committed by
Dave Anderson

parent
54bc3b7d97
commit
61c62f48d9
@ -42,6 +42,7 @@ func BenchmarkBatchTCP(b *testing.B) {
|
||||
}
|
||||
|
||||
func BenchmarkWireGuardTest(b *testing.B) {
|
||||
b.Skip("setup code doesn't support disco yet")
|
||||
run(b, func(logf logger.Logf, traf *TrafficGen) {
|
||||
setupWGTest(b, logf, traf, Addr1, Addr2)
|
||||
})
|
||||
|
Reference in New Issue
Block a user