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



##########
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:
       Yes, testing local version is cumbersome, but picking a single test 
doesn't seem like a robust solution. I think an environment variable may be 
used in that case. Also downstream execution of the test suite may make the 
assumption that the installation mode is consistent across the entire test 
suite.




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