Skip to content

Commit

Permalink
Skip test due to #4098
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Dec 12, 2024
1 parent 2345b63 commit cdb15b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/netext/httpext/error_codes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ func TestHTTP2ConnectionError(t *testing.T) {
func TestHTTP2GoAwayError(t *testing.T) {
t.Parallel()

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

0 comments on commit cdb15b1

Please sign in to comment.