mirror of
https://github.com/golang/go
synced 2024-11-12 07:10:22 -07:00
Revert "os: enable TestGetppid on Plan 9"
This reverts commit a677724edf
.
Change-Id: I6a54ac26a6deca5b2a39ec9f899469a88b543d3d
Reviewed-on: https://go-review.googlesource.com/22980
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
0efc16284b
commit
b4538d7aaa
@ -1705,6 +1705,11 @@ func TestKillStartProcess(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetppid(t *testing.T) {
|
||||
if runtime.GOOS == "plan9" {
|
||||
// TODO: golang.org/issue/8206
|
||||
t.Skipf("skipping test on plan9; see issue 8206")
|
||||
}
|
||||
|
||||
testenv.MustHaveExec(t)
|
||||
|
||||
if Getenv("GO_WANT_HELPER_PROCESS") == "1" {
|
||||
|
Loading…
Reference in New Issue
Block a user