Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh: skip testHandshakeErrorHandlingN on js/wasm
The wasm runtime cannot schedule a GC run on tight loops. Therefore it runs out of memory if such a loop allocates memory. Skip such a test for now. Updates golang/go#32840 Change-Id: I922b6e02710915776d2820573fd1584a5941185b Reviewed-on: https://go-review.googlesource.com/c/crypto/+/184397 Run-TryBot: Agniva De Sarker <agniva.quicksilver@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
- Loading branch information