Explorar el Código

ssh/test: skip test on js/wasm

This should fix the build on the js/wasm builder.

Change-Id: I02a0ae00dcfd2691fbb4c7cf038b12988f3b4b85
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/172717
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Tobias Klauser hace 6 años
padre
commit
b43e412143
Se han modificado 2 ficheros con 2 adiciones y 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,!solaris,!aix
+// +build !windows,!solaris,!aix,!js
 
 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,!solaris,!aix
+// +build !windows,!solaris,!aix,!js
 
 package test