Skip to content

Commit

Permalink
Disable flaky test download test (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph authored Jun 30, 2022
1 parent 94975cc commit 121a4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/artifact/download/http/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 121a4ad

Please sign in to comment.