Skip to content

Commit

Permalink
fix: reenable falsly disabled integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: jakobmoellerdev <[email protected]>
  • Loading branch information
jakobmoellerdev committed Aug 1, 2023
1 parent a962b90 commit d0f4189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/webhook_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var cancel context.CancelFunc

func TestAPIs(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Webhook Suite")
}

var _ = BeforeSuite(func() {
Expand Down
1 change: 1 addition & 0 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var (

func TestAPIs(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Controller Suite")
}

const (
Expand Down

0 comments on commit d0f4189

Please sign in to comment.