Skip to content

Commit e421edd

Browse files
committed
resolve CI error
Signed-off-by: Tim Ramlot <[email protected]>
1 parent bddf10e commit e421edd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/testsetups/simple/e2e/conformance/conformance_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ package conformance
33
import (
44
"testing"
55

6+
"github.com/cert-manager/issuer-lib/internal/tests/testcontext"
7+
"github.com/cert-manager/issuer-lib/internal/tests/testresource"
68
"github.com/onsi/ginkgo/v2"
79
"github.com/onsi/gomega"
810
)
911

1012
func TestConformance(t *testing.T) {
13+
_ = testresource.EnsureTestDependencies(t, testcontext.ForTest(t), testresource.EndToEndTest)
14+
1115
gomega.RegisterFailHandler(ginkgo.Fail)
1216

1317
ginkgo.RunSpecs(t, "cert-manager conformance suite")

0 commit comments

Comments
 (0)