Skip to content

Commit

Permalink
Revert "fix e2e"
Browse files Browse the repository at this point in the history
This reverts commit 4b13256.

Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jan 12, 2023
1 parent 4b13256 commit cb47414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suite/command/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ var _ = Describe("Remote registry users:", func() {
panic(err)
}

ORAS("push", Reference(Host, repo, tag), files[1], "-v", "--annotation-file", "foobar/annotation.json", "--config", files[0]).
MatchStatus(statusKeys, true, 1).
ORAS("push", Reference(Host, repo, tag), files[1], "-v", "--annotation-file", "foobar/annotation.json").
MatchStatus(statusKeys, true, 2).
WithWorkDir(tempDir).Exec()
fetched := ORAS("manifest", "fetch", Reference(Host, repo, tag)).Exec().Out

Expand Down
1 change: 0 additions & 1 deletion test/e2e/testdata/files/foobar/to-be-attached

This file was deleted.

0 comments on commit cb47414

Please sign in to comment.