Skip to content

Commit

Permalink
Skipping flaky test (#6190) (#6194)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b3076e)

Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
  • Loading branch information
mergify[bot] and ycombinator authored Dec 3, 2024
1 parent 7b3910a commit 9c62c3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func TestUpgradeHandler(t *testing.T) {
}

func TestUpgradeHandlerSameVersion(t *testing.T) {
t.Skip("flaky test: https://github.com/elastic/elastic-agent/issues/5938")
// Create a cancellable context that will shut down the coordinator after
// the test.
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 9c62c3f

Please sign in to comment.