Skip to content

Commit

Permalink
Remove focus test function
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Gil <[email protected]>
  • Loading branch information
jordigilh committed Feb 4, 2024
1 parent 1b6e13e commit aa75275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/kiegroup/kogito-serverless-operator-nightly
newName: quay.io/jordigilh/kogito-serverless-operator-nightly
newTag: latest
# Patching the manager deployment file to add an env var with the operator namespace in
patchesJson6902:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ var _ = Describe("Validate the persistence ", Ordered, func() {
}, 10*time.Minute).Should(BeTrue())
},
Entry("defined in the workflow from an existing kubernetes service as a reference", test.GetSonataFlowE2EWorkflowPersistenceSampleDataDirectory("by_service")),
FEntry("defined from the sonataflow platform as reference", test.GetSonataFlowE2EWorkflowPersistenceSampleDataDirectory("from_platform")),
Entry("defined from the sonataflow platform as reference", test.GetSonataFlowE2EWorkflowPersistenceSampleDataDirectory("from_platform")),
Entry("defined in the workflow and from the sonataflow platform", test.GetSonataFlowE2EWorkflowPersistenceSampleDataDirectory("from_platform_overwritten_by_service")),
)

Expand Down

0 comments on commit aa75275

Please sign in to comment.