Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Nov 21, 2023
1 parent db3721d commit 4ee34ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utils/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func StartEnvTest(config TestEnvironmentConfig) (*envtest.Environment, *rest.Con
// define CRDs to include.
includedCRDs := []string{
filepath.Join(config.ProjectRootDir, "config", "crd", "bases"),
filepath.Join(config.ProjectRootDir, "config", "crd", "external"),
}
if config.ApplicationRuleCRDEnabled {
includedCRDs = append(includedCRDs,
Expand Down

0 comments on commit 4ee34ae

Please sign in to comment.