This is an automated email from the ASF dual-hosted git repository.

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new e6bb34f7b fix(tests): Minor fix to incremental_build_test.go after 
fixing of copykits.
e6bb34f7b is described below

commit e6bb34f7b67a91364c026bf475c0caebcef32a1b
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Fri May 10 10:23:44 2024 +0200

    fix(tests): Minor fix to incremental_build_test.go after fixing of copykits.
---
 e2e/advanced/incremental_build_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/e2e/advanced/incremental_build_test.go 
b/e2e/advanced/incremental_build_test.go
index cdb1ba38c..249e4e4df 100644
--- a/e2e/advanced/incremental_build_test.go
+++ b/e2e/advanced/incremental_build_test.go
@@ -42,7 +42,6 @@ func TestRunIncrementalBuildRoutine(t *testing.T) {
        WithNewTestNamespace(t, func(ctx context.Context, g *WithT, ns string) {
                operatorID := "camel-k-incremental-build-routine"
                g.Expect(CopyCamelCatalog(t, ctx, ns, operatorID)).To(Succeed())
-               g.Expect(CopyIntegrationKits(t, ctx, ns, 
operatorID)).To(Succeed())
                g.Expect(KamelInstallWithID(t, ctx, operatorID, 
ns)).To(Succeed())
                g.Eventually(SelectedPlatformPhase(t, ctx, ns, operatorID), 
TestTimeoutMedium).Should(Equal(v1.IntegrationPlatformPhaseReady))
 

Reply via email to