Skip to content

Commit

Permalink
os: skip TestPipeThreads on Solaris
Browse files Browse the repository at this point in the history
I don't know why it is not working.  Filed issue 19111 for this.

Fixes build.

Update #19111.

Change-Id: I76f8d6aafba5951da2f3ad7d10960419cca7dd1f
Reviewed-on: https://go-review.googlesource.com/37092
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
ianlancetaylor committed Feb 15, 2017
1 parent 0fe62e7 commit ae1d059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os/os_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,8 @@ func TestPipeThreads(t *testing.T) {
switch runtime.GOOS {
case "freebsd":
t.Skip("skipping on FreeBSD; issue 19093")
case "solaris":
t.Skip("skipping on Solaris; issue 19111")
case "windows":
t.Skip("skipping on Windows; issue 19098")
case "plan9":
Expand Down

0 comments on commit ae1d059

Please sign in to comment.