phantomjinx commented on a change in pull request #2284:
URL: https://github.com/apache/camel-k/pull/2284#discussion_r648082071



##########
File path: e2e/builder/build_test.go
##########
@@ -40,7 +40,7 @@ func TestKitKnativeFullBuild(t *testing.T) {
 
 func doKitFullBuild(t *testing.T, name string, dependencies ...string) {
        WithNewTestNamespace(t, func(ns string) {
-               Expect(Kamel("install", "-n", ns).Execute()).To(Succeed())
+               Expect(Kamel("install", "-n", ns, 
"--olm=false").Execute()).To(Succeed())

Review comment:
       When I executed the test locally on my openshift cluster, the test would 
always bring down the current OLM version of the operator rather than the local 
version. This would not be an issue on the kind clusters, of course. Therefore, 
I left it in as a certain method of testing the local version?




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to