fix: avoid CRD reinstall

This commit is contained in:
Pietro Terrizzi
2021-09-30 21:16:04 +02:00
committed by Dario Tranchitella
parent 0f7284d190
commit bbb7b850d6
-2
View File
@@ -6,7 +6,6 @@
package e2e
import (
"path/filepath"
"testing"
. "github.com/onsi/ginkgo"
@@ -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),