github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/compiler/natives/src/net/http/transport_test.go (about) 1 //go:build js 2 // +build js 3 4 package http_test 5 6 import "testing" 7 8 func TestTransportPersistConnLeakNeverIdle(t *testing.T) { 9 t.Skip("test relied on runtime.SetFinalizer(), which is not supported by GopherJS.") 10 } 11 12 func TestTransportPersistConnContextLeakMaxConnsPerHost(t *testing.T) { 13 t.Skip("test relied on runtime.SetFinalizer(), which is not supported by GopherJS.") 14 }