You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In E2E testing, currently we can only match the top-level command like cp, pull, push, but we are not able to match sub commands like manifest push, manifest fetch, etc. We should improve the status matcher to match the full commands.
In E2E testing, currently we can only match the top-level command like
cp
,pull
,push
, but we are not able to match sub commands likemanifest push
,manifest fetch
, etc. We should improve the status matcher to match the full commands.oras/test/e2e/internal/utils/match/status.go
Lines 57 to 84 in 6874885
The text was updated successfully, but these errors were encountered: