Skip to content

Commit 7ae9d06

Browse files
davecheneyrsc
authored andcommitted
runtime/pprof: disable TestTraceStressStartStop
Updates #10476 Change-Id: Ic4414f669104905c6004835be5cf0fa873553ea6 Reviewed-on: https://go-review.googlesource.com/8962 Reviewed-by: Russ Cox <[email protected]>
1 parent a2ef54b commit 7ae9d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/pprof/trace_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func TestTraceStress(t *testing.T) {
229229
// And concurrently with all that start/stop trace 3 times.
230230
func TestTraceStressStartStop(t *testing.T) {
231231
skipTraceTestsIfNeeded(t)
232+
t.Skip("test is unreliable; issue #10476")
232233

233234
defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(8))
234235
outerDone := make(chan bool)

0 commit comments

Comments
 (0)