Skip to content

Commit 9d897ed

Browse files
authored
Merge pull request #2777 from jackfrancis/test-managed-k8s
add “[Managed Kubernetes]” E2E test type
2 parents e76faa3 + 8c1e2c3 commit 9d897ed

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
@@ -553,7 +553,7 @@ var _ = Describe("Workload cluster creation", func() {
553553
})
554554
})
555555

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

0 commit comments

Comments
 (0)