]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: disable TestTraceStressStartStop
authorDave Cheney <dave@cheney.net>
Thu, 16 Apr 2015 11:32:48 +0000 (21:32 +1000)
committerRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 14:54:25 +0000 (14:54 +0000)
Updates #10476

Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6
Reviewed-on: https://go-review.googlesource.com/8962
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/pprof/trace_test.go

index ca22a0dd27eb754208ebdf2876066ad881b35c93..4f93c494d53b3a79a6d0805df1bb4e6660a5a36f 100644 (file)
@@ -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)