ricardozanini commented on code in PR #553:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/553#discussion_r1803807653
##########
test/e2e/clusterplatform_test.go:
##########
@@ -230,7 +230,8 @@ var _ = Describe("Cluster Platform Use Cases :: ",
Label("cluster"), Ordered, fu
Expect(err).NotTo(HaveOccurred())
},
Entry("without services configured",
test.GetPathFromE2EDirectory("platform", "noservices"),
metadata.GitOpsProfile.String(), ephemeral, false),
- Entry("with services configured",
test.GetPathFromE2EDirectory("platform", "services"),
metadata.GitOpsProfile.String(), "ephemeral-with-workflow", true),
+ Entry("with services configured and platform broker",
test.GetPathFromE2EDirectory("platform", "services"),
metadata.GitOpsProfile.String(), "ephemeral-with-workflow", true),
+ Entry("with services configured and no broker",
test.GetPathFromE2EDirectory("platform", "services"),
metadata.GitOpsProfile.String(), "ephemeral-with-workflow-no-broker", true),
Review Comment:
Since this test does not have a `SonataFlowClusterPlatform`, I think the e2e
label might be incorrect.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]