We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ef54b commit 7ae9d06Copy full SHA for 7ae9d06
src/runtime/pprof/trace_test.go
@@ -229,6 +229,7 @@ func TestTraceStress(t *testing.T) {
229
// And concurrently with all that start/stop trace 3 times.
230
func TestTraceStressStartStop(t *testing.T) {
231
skipTraceTestsIfNeeded(t)
232
+ t.Skip("test is unreliable; issue #10476")
233
234
defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(8))
235
outerDone := make(chan bool)
0 commit comments