Merge pull request #31354 from TerryHowe/fix-flake-upgrade-test

fix: flake upgrade test
pull/31364/head
Robert Sirchia 3 months ago committed by GitHub
commit acb1b2c651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,9 +60,9 @@ func TestUpgradeRelease_Success(t *testing.T) {
ctx, done := context.WithCancel(t.Context())
res, err := upAction.RunWithContext(ctx, rel.Name, buildChart(), vals)
done()
req.NoError(err)
is.Equal(res.Info.Status, release.StatusDeployed)
done()
// Detecting previous bug where context termination after successful release
// caused release to fail.

Loading…
Cancel
Save