diff --git a/misc/cgo/test/issue18146.go b/misc/cgo/test/issue18146.go index 37219980f0..19c52b6fd5 100644 --- a/misc/cgo/test/issue18146.go +++ b/misc/cgo/test/issue18146.go @@ -26,6 +26,10 @@ func test18146(t *testing.T) { t.Skipf("skipping flaky test on %s; see golang.org/issue/18202", runtime.GOOS) } + if runtime.GOARCH == "mips" || runtime.GOARCH == "mips64" { + t.Skipf("skipping on %s", runtime.GOARCH) + } + attempts := 1000 threads := 4