diff --git a/src/net/http/pprof/pprof_test.go b/src/net/http/pprof/pprof_test.go index 1a4d653a62..f82ad45bf6 100644 --- a/src/net/http/pprof/pprof_test.go +++ b/src/net/http/pprof/pprof_test.go @@ -153,7 +153,7 @@ func mutexHog(duration time.Duration, hogger func(mu1, mu2 *sync.Mutex, start ti } func TestDeltaProfile(t *testing.T) { - if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" { + if strings.HasPrefix(runtime.GOARCH, "arm") { testenv.SkipFlaky(t, 50218) }