From: Dave Cheney Date: Thu, 16 Apr 2015 11:32:48 +0000 (+1000) Subject: runtime/pprof: disable TestTraceStressStartStop X-Git-Tag: go1.5beta1~1049 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7ae9d06880c35432fc605bacc1c039858b61f439;p=gostls13.git runtime/pprof: disable TestTraceStressStartStop Updates #10476 Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6 Reviewed-on: https://go-review.googlesource.com/8962 Reviewed-by: Russ Cox --- diff --git a/src/runtime/pprof/trace_test.go b/src/runtime/pprof/trace_test.go index ca22a0dd27..4f93c494d5 100644 --- a/src/runtime/pprof/trace_test.go +++ b/src/runtime/pprof/trace_test.go @@ -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)