Skip to content

Commit

Permalink
[kjobctl] Install CRDs on integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Jun 28, 2024
1 parent 6c90e35 commit 26163e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/experimental/kjobctl/test/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ func (f *Framework) Init() *rest.Config {
CRDDirectoryPaths: []string{f.CRDPath},
ErrorIfCRDPathMissing: true,
}
<<<<<<< HEAD

=======
>>>>>>> 63f98d3d ([kjobctl] Install CRDs on integration tests.)
cfg, err := f.testEnv.Start()

gomega.ExpectWithOffset(1, err).NotTo(gomega.HaveOccurred())
Expand Down

0 comments on commit 26163e8

Please sign in to comment.