Skip to content

Commit

Permalink
skip IT
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Sep 21, 2023
1 parent 56c1e5e commit f24b5bd
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 @@ -288,6 +288,8 @@ func TestStandaloneUpgradeWithGPGFallbackOneRemoteFailing(t *testing.T) {
Sudo: true, // requires Agent installation
})

t.Skip("Fails upgrading to a version that doesn't exist: https://github.com/elastic/elastic-agent/issues/3397")

minVersion := version_8_10_0_SNAPSHOT
fromVersion, err := version.ParseVersion(define.Version())
require.NoError(t, err)
Expand Down

0 comments on commit f24b5bd

Please sign in to comment.