This test seems to be flaky. Please follow-up upstream for more details:
<https://github.com/moby/moby/issues/38587>
Origin: vendor, Debian
Forwarded: not-needed, Debian-specific
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Gbp-Pq: Name test--skip-TestClientWithRequestTimeout.patch
}
func TestClientWithRequestTimeout(t *testing.T) {
+ t.Skip("DM - skipping flaky test")
timeout := 1 * time.Millisecond
testHandler := func(w http.ResponseWriter, r *http.Request) {
time.Sleep(timeout + 1*time.Millisecond)