Skip to content

Commit

Permalink
Skip flaky retry upgrade test.
Browse files Browse the repository at this point in the history
This will fix the build on main and avoid wasting time while we
investigate the root cause.
  • Loading branch information
cmacknz committed Jul 31, 2023
1 parent f2e4f71 commit 11610f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ type versionOutput struct {
}

func TestStandaloneUpgradeRetryDownload(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3155")
define.Require(t, define.Requirements{
Local: false, // requires Agent installation
Isolate: false,
Expand Down

0 comments on commit 11610f8

Please sign in to comment.