mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 06:01:42 +00:00
wgengine/bench: skip flaky test
Updates tailscale/corp#1776 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
cfde997699
commit
d707e2f7e5
@ -42,6 +42,7 @@ func BenchmarkBatchTCP(b *testing.B) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkWireGuardTest(b *testing.B) {
|
func BenchmarkWireGuardTest(b *testing.B) {
|
||||||
|
b.Skip("flaky; see https://github.com/tailscale/corp/issues/1776")
|
||||||
run(b, func(logf logger.Logf, traf *TrafficGen) {
|
run(b, func(logf logger.Logf, traf *TrafficGen) {
|
||||||
setupWGTest(b, logf, traf, Addr1, Addr2)
|
setupWGTest(b, logf, traf, Addr1, Addr2)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user