Commit 03e4f258 authored by Jeff Sickel's avatar Jeff Sickel Committed by Rob Pike

runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now.

LGTM=r
R=golang-codereviews, 0intro, r
CC=golang-codereviews
https://golang.org/cl/55430043
parent ce8045f3
......@@ -267,6 +267,7 @@ func TestMathBigDivide(t *testing.T) {
var badOS = map[string]bool{
"darwin": true,
"netbsd": true,
"plan9": true,
}
func TestBlockProfile(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment