Skip to content

Commit

Permalink
Skip flaky retry upgrade test. (#3156)
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.

See #3155

This test fails often enough for me that we just need to disable it
while we investigate.
  • Loading branch information
cmacknz authored Jul 31, 2023
1 parent f2e4f71 commit b60b8b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ func TestStandaloneUpgradeRetryDownload(t *testing.T) {
}, // modifying /etc/hosts
})

t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3155")

upgradeFromVersion, err := version.ParseVersion(define.Version())
require.NoError(t, err)

Expand Down

0 comments on commit b60b8b0

Please sign in to comment.