diff --git a/test/e2e/internal/utils/match/status.go b/test/e2e/internal/utils/match/status.go index f95d37661..b83df4660 100644 --- a/test/e2e/internal/utils/match/status.go +++ b/test/e2e/internal/utils/match/status.go @@ -78,7 +78,8 @@ func newStateMachine(cmd string) *stateMachine { sm.addPath("Exists") sm.addPath("Mounted") case "manifest", "blob": // for `manifest push` and `blob push` - // TODO: refactor the matcher to match the complete arguments like `manifest push`, `manifest delete`, ... + // TODO: refactor the matcher to match full command like `manifest push`, `manifest delete`, etc. + // Tracking issue: https://github.com/oras-project/oras/issues/1571 sm.addPath("Uploading", "Uploaded") sm.addPath("Exists") default: