wgengine/bench: disable unused benchmark that relies on legacy magicsock.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-08-25 19:07:49 -07:00
committed by Dave Anderson
parent 54bc3b7d97
commit 61c62f48d9
2 changed files with 2 additions and 2 deletions

View File

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