mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Temporarily disable TestCheckRetryClosesBody
This commit is contained in:
parent
f97825e1ce
commit
9c13a27d18
@ -1371,6 +1371,8 @@ func (b *testBackoffManager) Sleep(d time.Duration) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestCheckRetryClosesBody(t *testing.T) {
|
func TestCheckRetryClosesBody(t *testing.T) {
|
||||||
|
// unblock CI until http://issue.k8s.io/108906 is resolved in 1.24
|
||||||
|
t.Skip("http://issue.k8s.io/108906")
|
||||||
count := 0
|
count := 0
|
||||||
ch := make(chan struct{})
|
ch := make(chan struct{})
|
||||||
testServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
|
testServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user