Skip to content

Commit 5045d5d

Browse files
authored
Merge pull request #2799 from k8s-infra-cherrypick-robot/cherry-pick-2777-to-release-1.4
[release-1.4] add “[Managed Kubernetes]” E2E test type
2 parents 94943bd + 5dab45e commit 5045d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ var _ = Describe("Workload cluster creation", func() {
498498
})
499499
})
500500

501-
Context("Creating an AKS cluster [EXPERIMENTAL]", func() {
501+
Context("Creating an AKS cluster [EXPERIMENTAL][Managed Kubernetes]", func() {
502502
It("with a single control plane node and 1 node", func() {
503503
clusterName = getClusterName(clusterNamePrefix, aksClusterNameSuffix)
504504
kubernetesVersion, err := GetAKSKubernetesVersion(ctx, e2eConfig)

0 commit comments

Comments
 (0)