Explorar o código

ssh/test: skip test to fix build on solaris and aix

Change-Id: I734bf1f709a259889eeb9243079edb90d6751f67
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/170677
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Brad Fitzpatrick %!s(int64=6) %!d(string=hai) anos
pai
achega
38d8ce5564
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      ssh/test/dial_unix_test.go
  2. 1 1
      ssh/test/session_test.go

+ 1 - 1
ssh/test/dial_unix_test.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !windows
+// +build !windows,!solaris,!aix
 
 package test
 

+ 1 - 1
ssh/test/session_test.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !windows
+// +build !windows,!solaris,!aix
 
 package test