Skip to content

Commit 68b39ed

Browse files
authored
Merge pull request #2796 from k8s-infra-cherrypick-robot/cherry-pick-2777-to-release-1.5
[release-1.5] add “[Managed Kubernetes]” E2E test type
2 parents 4af6bae + 9759e10 commit 68b39ed

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
@@ -515,7 +515,7 @@ var _ = Describe("Workload cluster creation", func() {
515515
})
516516
})
517517

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

0 commit comments

Comments
 (0)