We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2345b63 commit cdb15b1Copy full SHA for cdb15b1
lib/netext/httpext/error_codes_test.go
@@ -315,6 +315,9 @@ func TestHTTP2ConnectionError(t *testing.T) {
315
func TestHTTP2GoAwayError(t *testing.T) {
316
t.Parallel()
317
318
+ if runtime.GOOS == "windows" {
319
+ t.Skip("Skipped due to https://github.com/grafana/k6/issues/4098")
320
+ }
321
tb := getHTTP2ServerWithCustomConnContext(t)
322
tb.Mux.HandleFunc("/tsr", func(_ http.ResponseWriter, req *http.Request) {
323
conn := req.Context().Value(connKey).(*tls.Conn)
0 commit comments