From bbb7b850d667321770b6eba851cb7434978b4ec5 Mon Sep 17 00:00:00 2001 From: Pietro Terrizzi <33090752+ptx96@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:57:09 +0200 Subject: [PATCH] fix: avoid CRD reinstall --- e2e/suite_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/suite_test.go b/e2e/suite_test.go index 19cfd150..407d665b 100644 --- a/e2e/suite_test.go +++ b/e2e/suite_test.go @@ -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),