Skip to content

Commit dfb3627

Browse files
Per Goncalves da Silvaci-robot
authored andcommitted
UPSTREAM: <carry>: Remove installed condition check from auth preflight test
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 3fd18e2 commit dfb3627

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openshift/tests-extension/test/olmv1-preflight.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ func runNegativePreflightTest(ctx context.Context, scenario int, namespace strin
120120
g.Expect(c).NotTo(BeNil())
121121
g.Expect(c.Status).To(Equal(metav1.ConditionTrue))
122122
g.Expect(c.Message).To(ContainSubstring("pre-authorization failed"))
123-
124-
c = meta.FindStatusCondition(latest.Status.Conditions, "Installed")
125-
g.Expect(c).NotTo(BeNil())
126-
g.Expect(c.Status).To(Equal(metav1.ConditionFalse))
127123
}).WithTimeout(helpers.DefaultTimeout).WithPolling(helpers.DefaultPolling).Should(Succeed())
128124
}
129125

0 commit comments

Comments
 (0)