Skip to content

Commit 9759e10

Browse files
committed
add “[Managed Kubernetes]” E2E test type
1 parent b85361f commit 9759e10

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)