Open
Description
The golang.org/x/crypto/ssh
test consistently fails on the js-wasm
builder with the error message runtime: out of memory: cannot allocate 8192-byte block
.
Can the test be made to fit within the runtime on that architecture? If not, it should be skipped, instead of continuing to fail and potentially masking more serious problems.