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: [email protected]

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

Reply via email to