mirror of
https://github.com/golang/go
synced 2024-11-18 16:14:46 -07:00
runtime/pprof: disable TestTraceStressStartStop
Updates #10476 Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6 Reviewed-on: https://go-review.googlesource.com/8962 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
a2ef54b51e
commit
7ae9d06880
@ -229,6 +229,7 @@ func TestTraceStress(t *testing.T) {
|
||||
// And concurrently with all that start/stop trace 3 times.
|
||||
func TestTraceStressStartStop(t *testing.T) {
|
||||
skipTraceTestsIfNeeded(t)
|
||||
t.Skip("test is unreliable; issue #10476")
|
||||
|
||||
defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(8))
|
||||
outerDone := make(chan bool)
|
||||
|
Loading…
Reference in New Issue
Block a user