Revisit alwaysSucceedWhenCancelled
to succeed if error is context cancelled at all times.
#5686
Labels
internal
kind/todo
implementation task/epic for the skaffold team
priority/p2
May take a couple of releases
When refactoring code for #5537, I notice
alwaysSucceedWhenCancelled
is a little confusing and returns nil only ifctx.Err
is cancelled. There are tests in place e.g. here which rely on this behavior.This bug is to revisit this and remove the extra check in main.
The text was updated successfully, but these errors were encountered: