This reverts commit
b89bcc1daeed9980c5ba8a255b37877493952874.
Change-Id: Ief2f317ffc175f7e6002d0c39694876f46788c69
Reviewed-on: https://go-review.googlesource.com/23744
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
if !canCgo {
t.Skip("skipping because cgo not enabled")
}
+ if runtime.GOOS == "solaris" {
+ // See https://golang.org/issue/13247
+ t.Skip("skipping because Solaris builds are known to be inconsistent; see #13247")
+ }
tg := testgo(t)
defer tg.cleanup()