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

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 22a1fede Disable platform e2e test due to workflow explicitly 
requiring persitence in production profile when it did not in the past (#378)
22a1fede is described below

commit 22a1fede7c03ac0e162f71165bc37a884a28729a
Author: Jordi Gil <[email protected]>
AuthorDate: Wed Jan 31 09:19:46 2024 -0500

    Disable platform e2e test due to workflow explicitly requiring persitence 
in production profile when it did not in the past (#378)
    
    Signed-off-by: Jordi Gil <[email protected]>
---
 test/e2e/platform_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/e2e/platform_test.go b/test/e2e/platform_test.go
index 24115567..49afd5ae 100644
--- a/test/e2e/platform_test.go
+++ b/test/e2e/platform_test.go
@@ -117,9 +117,9 @@ var _ = Describe("Validate the persistence", Ordered, 
func() {
                        }
                },
                        Entry("with both Job Service and Data Index and 
ephemeral persistence and the workflow in a dev profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), dev, ephemeral),
-                       Entry("with both Job Service and Data Index and 
ephemeral persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, ephemeral),
+                       XEntry("with both Job Service and Data Index and 
ephemeral persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, ephemeral),
                        Entry("with both Job Service and Data Index and 
postgreSQL persistence and the workflow in a dev profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), dev, postgreSQL),
-                       Entry("with both Job Service and Data Index and 
postgreSQL persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, postgreSQL),
+                       XEntry("with both Job Service and Data Index and 
postgreSQL persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, postgreSQL),
                )
 
        })


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to