gansheer commented on code in PR #5505:
URL: https://github.com/apache/camel-k/pull/5505#discussion_r1602837609
##########
e2e/advanced/tekton_test.go:
##########
@@ -42,7 +42,7 @@ func TestTektonLikeBehavior(t *testing.T) {
g.Expect(CreateOperatorRoleBinding(t, ctx, ns)).To(Succeed())
g.Eventually(OperatorPod(t, ctx, ns)).Should(BeNil())
- g.Expect(CreateKamelPod(t, ctx, ns, "tekton-task", "install",
"--skip-cluster-setup", "--force")).To(Succeed())
+ g.Expect(CreateKamelPod(t, ctx, ns, "tekton-task", "install",
"--skip-cluster-setup", "--olm=false", "--force")).To(Succeed())
Review Comment:
I see. That explains why I was confused about the purpose of this test. I
will merge the current e2e test and write a follow up issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]