Skip to content

Commit

Permalink
runtime/pprof: disable TestTraceStressStartStop
Browse files Browse the repository at this point in the history
Updates #10476

Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6
Reviewed-on: https://go-review.googlesource.com/8962
Reviewed-by: Russ Cox <[email protected]>
  • Loading branch information
davecheney authored and rsc committed Apr 17, 2015
1 parent a2ef54b commit 7ae9d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/pprof/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ae9d06

Please sign in to comment.