diff --git a/config/crd/bases/eventing.keda.sh_clustercloudeventsources.yaml b/config/crd/bases/eventing.keda.sh_clustercloudeventsources.yaml index 079a8976cbe..55c806370dd 100644 --- a/config/crd/bases/eventing.keda.sh_clustercloudeventsources.yaml +++ b/config/crd/bases/eventing.keda.sh_clustercloudeventsources.yaml @@ -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 diff --git a/tests/scalers/azure/azure_pipelines_aad_wi/azure_pipelines_aad_wi_test.go b/tests/scalers/azure/azure_pipelines_aad_wi/azure_pipelines_aad_wi_test.go index 026e4f74944..f1db3b68871 100644 --- a/tests/scalers/azure/azure_pipelines_aad_wi/azure_pipelines_aad_wi_test.go +++ b/tests/scalers/azure/azure_pipelines_aad_wi/azure_pipelines_aad_wi_test.go @@ -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")