Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jan 25, 2024
1 parent bee79c5 commit 421a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite/command/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var _ = Describe("1.1 registry users:", func() {
Expect(out).To(gbytes.Say(RegistryRef(ZOTHost, testRepo, "")))
})

It("should attach a file via a OCI Image", Focus, func() {
It("should attach a file via a OCI Image", func() {
testRepo := attachTestRepo("image")
tempDir := PrepareTempFiles()
subjectRef := RegistryRef(ZOTHost, testRepo, foobar.Tag)
Expand Down

0 comments on commit 421a183

Please sign in to comment.