Skip to content

Commit

Permalink
Add e2e test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Nov 14, 2024
1 parent a2071b6 commit 2a13c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var _ = Describe("controller", Ordered, func() {
_, _ = utils.Run(cmd)
})

/*
AfterAll(func() {
By("uninstalling the Prometheus manager bundle")
utils.UninstallPrometheusOperator()
Expand All @@ -68,7 +67,6 @@ var _ = Describe("controller", Ordered, func() {
cmd = exec.Command("make", "uninstall")
_, _ = utils.Run(cmd)
})
*/

Context("Operator", func() {
It("should run successfully", func() {
Expand Down

0 comments on commit 2a13c1a

Please sign in to comment.