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

pcongiusti 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 21ab8dd8c fix(e2e): temporarily disable test
21ab8dd8c is described below

commit 21ab8dd8cdc98f5daf106058d6fec553bf703ceb
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Apr 2 09:29:49 2024 +0200

    fix(e2e): temporarily disable test
    
    Ref #5304
---
 e2e/install/upgrade/helm_upgrade_test.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/e2e/install/upgrade/helm_upgrade_test.go 
b/e2e/install/upgrade/helm_upgrade_test.go
index 4b95bc59a..b62f7ea40 100644
--- a/e2e/install/upgrade/helm_upgrade_test.go
+++ b/e2e/install/upgrade/helm_upgrade_test.go
@@ -41,6 +41,9 @@ import (
 
 // WARNING: this test is not OLM specific but needs certain setting we provide 
in OLM installation scenario
 func TestHelmOperatorUpgrade(t *testing.T) {
+       // TODO re-enable this test
+       t.Skip("this test does not work correctly. It has to be temporarily 
skipped.")
+
        ctx := TestContext()
        g := NewWithT(t)
 
@@ -98,6 +101,8 @@ func TestHelmOperatorUpgrade(t *testing.T) {
                        g.Eventually(IntegrationLogs(t, ctx, ns, name), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
                })
 
+               // TODO this is wrong. The goal of the test should be to 
upgrade an Integration. The CRDs deletion however deletes the Integration
+               // invalidating this test.
                // Delete CRDs with kustomize
                ExpectExecSucceed(t, g,
                        exec.Command(

Reply via email to