Skip to content

Commit

Permalink
Skip TestStandaloneUpgradeFailsStatus to fix failing integration test…
Browse files Browse the repository at this point in the history
…s again (#3391)

* Experiment with skipping new test.
* Improve skip message.
  • Loading branch information
cmacknz authored Sep 11, 2023
1 parent 2a7f5d0 commit bf467e3
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 @@ -933,6 +933,8 @@ func TestStandaloneUpgradeFailsStatus(t *testing.T) {
Sudo: true, // requires Agent installation
})

t.Skip("Affected by https://github.com/elastic/elastic-agent/issues/3371, watcher left running at end of test")

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

Expand Down

0 comments on commit bf467e3

Please sign in to comment.