We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442a69c commit eea0feaCopy full SHA for eea0fea
staging/src/k8s.io/client-go/transport/token_source_test.go
@@ -176,17 +176,6 @@ func TestCancellation(t *testing.T) {
176
header: map[string][]string{"Authorization": {"Bearer TOKEN"}},
177
expectCancel: true,
178
},
179
- {
180
- name: "cancel req without bearer token hits both rts",
181
- expectCancel: true,
182
- },
183
184
- name: "cancel req without bearer token hits both wrapped rts",
185
- wrapTransport: func(rt http.RoundTripper) http.RoundTripper {
186
- return NewUserAgentRoundTripper("testing testing", rt)
187
188
189
190
{
191
name: "can't cancel request with rts that doesn't implent unwrap or cancel",
192
wrapTransport: func(rt http.RoundTripper) http.RoundTripper {
0 commit comments