]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestPingPongHog on builders
authorBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 13:38:52 +0000 (08:38 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 15:10:39 +0000 (15:10 +0000)
commit52aebe8d2150f2709c32f1dceb5d58bab90bc86f
tree177e61f63ab0cfa726329d13fc0c66a1f5b215e0
parent45b4ed7577f87c9c88271e803e76f2d81b0f1f77
runtime: skip TestPingPongHog on builders

This test is failing consistently in the longtest builders,
potentially masking regressions in other packages.

Updates #35271

Change-Id: Idc03171c0109b5c8d4913e0af2078c1115666897
Reviewed-on: https://go-review.googlesource.com/c/go/+/206098
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/runtime/proc_test.go