From: Arnaud Rebillout Date: Thu, 24 Jan 2019 08:22:58 +0000 (+0700) Subject: Skip TestClientWithRequestTimeout X-Git-Tag: archive/raspbian/18.09.1+dfsg1-7.1+rpi1+deb10u1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b00948a378fa7443b7ea21f3071cc5613172da9f;p=docker.io.git Skip TestClientWithRequestTimeout This test seems to be flaky. Please follow-up upstream for more details: Origin: vendor, Debian Forwarded: not-needed, Debian-specific Signed-off-by: Arnaud Rebillout Gbp-Pq: Name test--skip-TestClientWithRequestTimeout.patch --- diff --git a/engine/pkg/plugins/client_test.go b/engine/pkg/plugins/client_test.go index c3a48922..141514f2 100644 --- a/engine/pkg/plugins/client_test.go +++ b/engine/pkg/plugins/client_test.go @@ -237,6 +237,7 @@ func TestClientSendFile(t *testing.T) { } 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)