File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -336,14 +336,6 @@ func TestRoundTripReuseDatarace(t *testing.T) {
336
336
}()
337
337
}
338
338
wg .Wait ()
339
-
340
- // FIXME: @shogo82148 sometimes fail with context deadline exceeded
341
- // for i := 0; i < n; i++ {
342
- // _, err := td.Recv()
343
- // if !assert.NoError(t, err) {
344
- // return
345
- // }
346
- // }
347
339
}
348
340
349
341
func TestRoundTripReuseTLSDatarace (t * testing.T ) {
@@ -373,14 +365,6 @@ func TestRoundTripReuseTLSDatarace(t *testing.T) {
373
365
}()
374
366
}
375
367
wg .Wait ()
376
-
377
- // FIXME: @shogo82148 sometimes fail with context deadline exceeded
378
- // for i := 0; i < n; i++ {
379
- // _, err := td.Recv()
380
- // if !assert.NoError(t, err) {
381
- // return
382
- // }
383
- // }
384
368
}
385
369
386
370
func TestRoundTripReuseHTTP2Datarace (t * testing.T ) {
@@ -423,14 +407,6 @@ func TestRoundTripReuseHTTP2Datarace(t *testing.T) {
423
407
}()
424
408
}
425
409
wg .Wait ()
426
-
427
- // FIXME: @shogo82148 sometimes fail with context deadline exceeded
428
- // for i := 0; i < n; i++ {
429
- // _, err := td.Recv()
430
- // if !assert.NoError(t, err) {
431
- // return
432
- // }
433
- // }
434
410
}
435
411
436
412
// Benchmarks
You can’t perform that action at this time.
0 commit comments