squakez commented on code in PR #5157:
URL: https://github.com/apache/camel-k/pull/5157#discussion_r1494209364


##########
e2e/common/traits/builder_test.go:
##########
@@ -233,6 +234,7 @@ func TestBuilderTrait(t *testing.T) {
                        TestTimeoutShort).Should(ContainSubstring("No such file 
or directory"))
 
                Expect(Kamel("delete", "--all", "-n", 
ns).Execute()).To(Succeed())
+               Expect(Kamel("reset", "-n", ns).Execute()).To(Succeed())

Review Comment:
   If we require to reset in the "common" e2e flow, then we should better move 
this test in the "common-with-custom-install".



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to