Skip to content

Commit

Permalink
chore: Enable Az Pipeline (wi) e2e (#6070)
Browse files Browse the repository at this point in the history
* chore: Enable Az Pipeline e2e

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* update manifests

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

---------

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Aug 13, 2024
1 parent 19463f8 commit 66d4c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: clustercloudeventsources.eventing.keda.sh
spec:
group: eventing.keda.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ spec:
`
)

// TODO: Enable the test again when the infra is fixed
func DisabledTestScaler(t *testing.T) {
func TestScaler(t *testing.T) {
// setup
t.Log("--- setting up ---")
require.NotEmpty(t, organizationURL, "AZURE_DEVOPS_ORGANIZATION_URL env variable is required for azure pipelines test")
Expand Down

0 comments on commit 66d4c95

Please sign in to comment.