bouskaJ commented on a change in pull request #2126: URL: https://github.com/apache/camel-k/pull/2126#discussion_r594898267
########## 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: @vsokolov00 can you verify that the IntegrationPod was removed as well? ---------------------------------------------------------------- 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