Skip to content

Commit

Permalink
E2E test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 14, 2025
1 parent 37365ff commit ec10ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/maintenance_windows_reading_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ var _ = Describe("Reading Maintenance Window Policy", Ordered, func() {
})

It("When maintenance windows are applied", func() {
cmd := exec.Command("kubectl", "apply", "-k", "../../config/maintenance_windows")
cmd := exec.Command("(", "cd", "../../config/watcher_local_test", "&&", "kustomize", "edit", "add",
"component",
"../maintenance_windows", ")")
out, err := cmd.CombinedOutput()
Expect(err).NotTo(HaveOccurred())
GinkgoWriter.Printf(string(out))
Expand Down

0 comments on commit ec10ab3

Please sign in to comment.