fix: flake upgrade test

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31354/head
Terry Howe 5 months ago
parent a7a6a5e3b0
commit a24318c7f1
No known key found for this signature in database

@ -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