Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Jun 20, 2024
1 parent 0478e62 commit 2f49398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/drift/drift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ var _ = Describe("Drift", Ordered, func() {
})

Context("Resource manifests containing status fields", func() {
It("Is marked as not ready", func() {
// Status must be ignored for drift correctiong, despite being part of the manifests
It("Is marked as ready", func() {
bundleName := "drift-correction-test-drift-ignore-status"
Eventually(func() bool {
b := getBundle(bundleName, k)
Expand Down

0 comments on commit 2f49398

Please sign in to comment.