Skip TestClientWithRequestTimeout
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Thu, 24 Jan 2019 08:22:58 +0000 (15:22 +0700)
committerFelix Geyer <fgeyer@debian.org>
Tue, 3 Sep 2019 17:59:35 +0000 (18:59 +0100)
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

engine/pkg/plugins/client_test.go

index c3a4892272cd011704e20fd6cb4abe6615e83a89..141514f2894cb997d7b46cb2e46b894b660288d3 100644 (file)
@@ -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)