vsokolov00 commented on a change in pull request #2126:
URL: https://github.com/apache/camel-k/pull/2126#discussion_r595605892



##########
File path: e2e/common/cli/delete_test.go
##########
@@ -38,20 +38,20 @@ func TestKamelCLIDelete(t *testing.T) {
                        Expect(Kamel("run", "-n", ns, 
"../files/yaml.yaml").Execute()).To(Succeed())
                        Eventually(IntegrationPodPhase(ns, "yaml"), 
TestTimeoutMedium).Should(Equal(v1.PodRunning))
                        Expect(Kamel("delete", "yaml", "-n", 
ns).Execute()).To(Succeed())
-                       Expect(GetOutputString(Kamel("get", "-n", 
ns))).ShouldNot(ContainSubstring("yaml"))
+                       Eventually(Integration("yaml", ns)).Should(BeNil())

Review comment:
       done, please check if everything is ok in the latest commits 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to