Skip to content

Commit 5dab45e

Browse files
committed
add “[Managed Kubernetes]” E2E test type
1 parent 94943bd commit 5dab45e

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)