Skip to content

Commit

Permalink
remove loading of scorecard images
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven committed Jul 31, 2023
1 parent 97df972 commit 5dfc984
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/e2e/ansible/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ var _ = BeforeSuite(func() {
err = tc.Make("docker-build", "IMG="+tc.ImageName)
Expect(err).NotTo(HaveOccurred())

onKind, err := tc.IsRunningOnKind()
Expect(err).NotTo(HaveOccurred())
if onKind {
By("loading the required images into Kind cluster")
Expect(tc.LoadImageToKindCluster()).To(Succeed())
Expect(tc.LoadImageToKindClusterWithName("quay.io/operator-framework/scorecard-test:dev")).To(Succeed())
}

By("generating bundle")
Expect(tc.GenerateBundle()).To(Succeed())
})
Expand Down

0 comments on commit 5dfc984

Please sign in to comment.