From 8b981318dccf4da7a8c8449a2d7cb82583e9d497 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 29 Jun 2022 11:11:29 -0400 Subject: [PATCH] Disable flaky test download test --- internal/pkg/artifact/download/http/downloader_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/artifact/download/http/downloader_test.go b/internal/pkg/artifact/download/http/downloader_test.go index 6fa2777c02f..26164df3a49 100644 --- a/internal/pkg/artifact/download/http/downloader_test.go +++ b/internal/pkg/artifact/download/http/downloader_test.go @@ -25,6 +25,7 @@ import ( ) func TestDownloadBodyError(t *testing.T) { + t.Skip("Skipping flaky test: https://github.com/elastic/elastic-agent/issues/640") // This tests the scenario where the download encounters a network error // part way through the download, while copying the response body.