Commit 7ae9d068 authored by Dave Cheney's avatar Dave Cheney Committed by Russ Cox

runtime/pprof: disable TestTraceStressStartStop

Updates #10476

Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6
Reviewed-on: https://go-review.googlesource.com/8962Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent a2ef54b5
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment