File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2625,7 +2625,7 @@ func TestClientHandshakeContextCancellation(t *testing.T) {
2625
2625
if err != context .Canceled {
2626
2626
t .Errorf ("Unexpected client handshake error: %v" , err )
2627
2627
}
2628
- if runtime .GOARCH == "wasm" {
2628
+ if runtime .GOARCH == "wasm" || runtime . GOOS == "tamago" {
2629
2629
t .Skip ("conn.Close does not error as expected when called multiple times on WASM" )
2630
2630
}
2631
2631
err = cli .Close ()
Original file line number Diff line number Diff line change @@ -1978,7 +1978,7 @@ func TestServerHandshakeContextCancellation(t *testing.T) {
1978
1978
if err != context .Canceled {
1979
1979
t .Errorf ("Unexpected server handshake error: %v" , err )
1980
1980
}
1981
- if runtime .GOARCH == "wasm" {
1981
+ if runtime .GOARCH == "wasm" || runtime . GOOS == "tamago" {
1982
1982
t .Skip ("conn.Close does not error as expected when called multiple times on WASM" )
1983
1983
}
1984
1984
err = conn .Close ()
You can’t perform that action at this time.
0 commit comments