We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be24f39 + 04fbb97 commit e3d2b60Copy full SHA for e3d2b60
1 file changed
content_test.go
@@ -57,7 +57,7 @@ func newContentStore(ctx context.Context, root string) (context.Context, content
57
return err
58
}
59
for _, st := range statuses {
60
- if err := cs.Abort(ctx, st.Ref); err != nil {
+ if err := cs.Abort(ctx, st.Ref); err != nil && !errdefs.IsNotFound(err) {
61
return errors.Wrapf(err, "failed to abort %s", st.Ref)
62
63
0 commit comments