Skip to content

Commit 9152e67

Browse files
committed
Skip test due to #4098
1 parent 9e121c3 commit 9152e67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/netext/httpext/error_codes_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ func TestHTTP2ConnectionError(t *testing.T) {
315315
func TestHTTP2GoAwayError(t *testing.T) {
316316
t.Parallel()
317317

318+
if runtime.GOOS == "windows" {
319+
t.Skip("Skipped due to https://github.com/grafana/k6/issues/4098")
320+
}
318321
tb := getHTTP2ServerWithCustomConnContext(t)
319322
tb.Mux.HandleFunc("/tsr", func(_ http.ResponseWriter, req *http.Request) {
320323
conn := req.Context().Value(connKey).(*tls.Conn)

0 commit comments

Comments
 (0)