Skip to content

Commit 6df0d12

Browse files
committed
Drop static version assertion from CA bundle E2E test
The version "0.1.0" is a literal in the HelmOp spec, not a resolved constraint, so asserting it appears in status adds no signal.
1 parent 0e6b73e commit 6df0d12

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

e2e/single-cluster/helmop_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,6 @@ var _ = Describe("HelmOp resource falls back to Rancher CA bundle", Label("infra
582582
g.Expect(outDeployments).To(ContainSubstring("sleeper"))
583583
}).Should(Succeed())
584584

585-
By("setting the expected version in the helmop Status")
586-
Eventually(func() string {
587-
out, _ := k.Get("helmop", name, "-o=jsonpath={.status.version}")
588-
return out
589-
}).Should(Equal("0.1.0"))
590585
})
591586
})
592587

0 commit comments

Comments
 (0)