Skip to content

Commit b43e412

Browse files
tklauserbradfitz
authored andcommitted
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent f416eba commit b43e412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ssh/test/dial_unix_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build !windows,!solaris,!aix
5+
// +build !windows,!solaris,!aix,!js
66

77
package test
88

ssh/test/session_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build !windows,!solaris,!aix
5+
// +build !windows,!solaris,!aix,!js
66

77
package test
88

0 commit comments

Comments
 (0)