Skip to content

Commit

Permalink
test: also disable test-code
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Feb 19, 2022
1 parent 93802fc commit fe403ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/registry/registry_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ var _ = Describe("Registry", func() {
})
})

Describe("Storing image from ACR", func() {
/*Describe("Storing image from ACR", func() {
It("should work correctly", func() {
testRegistry("acr", "sbomgitoperator.azurecr.io/integration-test-image:1.0.0", false)
})
})
})*/

Describe("Storing image from DockerHub", func() {
It("should work correctly", func() {
Expand Down

0 comments on commit fe403ec

Please sign in to comment.