diff --git a/src/net/writev_test.go b/src/net/writev_test.go index 4d2fc39506..7160d28c3a 100644 --- a/src/net/writev_test.go +++ b/src/net/writev_test.go @@ -151,7 +151,7 @@ func testBuffer_writeTo(t *testing.T, chunks int, useCopy bool) { var wantSum int switch runtime.GOOS { - case "darwin", "dragonfly", "freebsd", "linux", "netbsd", "openbsd": + case "android", "darwin", "dragonfly", "freebsd", "linux", "netbsd", "openbsd": var wantMinCalls int wantSum = want.Len() v := chunks