From e171d7352cb7ef34b8e46e7d7036c70523ed96cb Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Thu, 5 Dec 2024 18:53:04 +0800 Subject: [PATCH] updated comment Signed-off-by: Lixia (Sylvia) Lei --- test/e2e/internal/utils/match/status.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: