Skip to content

Commit

Permalink
Merge pull request #373 from jakobmoellerdev/OCPVE-606
Browse files Browse the repository at this point in the history
OCPVE-606: fix: reenable falsly disabled integration tests
  • Loading branch information
openshift-merge-robot authored Aug 1, 2023
2 parents a962b90 + d0f4189 commit b50e222
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 b50e222

Please sign in to comment.