Skip to content

Commit

Permalink
fix: avoid CRD reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ptx96 authored and prometherion committed Sep 30, 2021
1 parent 0f7284d commit bbb7b85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package e2e

import (
"path/filepath"
"testing"

. "github.com/onsi/ginkgo"
Expand Down Expand Up @@ -48,7 +47,6 @@ var _ = BeforeSuite(func(done Done) {

By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("..", "config", "crd", "bases")},
UseExistingCluster: func(v bool) *bool {
return &v
}(true),
Expand Down

0 comments on commit bbb7b85

Please sign in to comment.