Skip to content

Commit

Permalink
Temporarily disable TestCheckRetryClosesBody
Browse files Browse the repository at this point in the history
Kubernetes-commit: 9c13a27d182c36296b7f2e381970b82c69d5c405
  • Loading branch information
liggitt authored and k8s-publishing-bot committed Mar 24, 2022
1 parent 97bcbe7 commit 8302916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,8 @@ func (b *testBackoffManager) Sleep(d time.Duration) {
}

func TestCheckRetryClosesBody(t *testing.T) {
// unblock CI until http:https://issue.k8s.io/108906 is resolved in 1.24
t.Skip("http:https://issue.k8s.io/108906")
count := 0
ch := make(chan struct{})
testServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
Expand Down

0 comments on commit 8302916

Please sign in to comment.