From d0f418936b5081126c1fcc635b58fa5784e0cc79 Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Tue, 1 Aug 2023 09:17:53 -0400 Subject: [PATCH] fix: reenable falsly disabled integration tests Signed-off-by: jakobmoellerdev --- api/v1alpha1/webhook_suite_test.go | 1 + controllers/suite_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/api/v1alpha1/webhook_suite_test.go b/api/v1alpha1/webhook_suite_test.go index f901e1ea3..5e9b93027 100644 --- a/api/v1alpha1/webhook_suite_test.go +++ b/api/v1alpha1/webhook_suite_test.go @@ -50,6 +50,7 @@ var cancel context.CancelFunc func TestAPIs(t *testing.T) { RegisterFailHandler(Fail) + RunSpecs(t, "Webhook Suite") } var _ = BeforeSuite(func() { diff --git a/controllers/suite_test.go b/controllers/suite_test.go index cfb8d1ffd..d324e3431 100644 --- a/controllers/suite_test.go +++ b/controllers/suite_test.go @@ -52,6 +52,7 @@ var ( func TestAPIs(t *testing.T) { RegisterFailHandler(Fail) + RunSpecs(t, "Controller Suite") } const (