@@ -37,12 +37,11 @@ import (
37
37
// General EKS e2e test.
38
38
var _ = ginkgo .Describe ("[managed] [general] EKS cluster tests" , func () {
39
39
var (
40
- namespace * corev1.Namespace
41
- ctx context.Context
42
- specName = "cluster"
43
- clusterName string
44
- cniAddonName = "vpc-cni"
45
- corednsAddonName = "coredns"
40
+ namespace * corev1.Namespace
41
+ ctx context.Context
42
+ specName = "cluster"
43
+ clusterName string
44
+ cniAddonName = "vpc-cni"
46
45
)
47
46
48
47
shared .ConditionalIt (runGeneralTests , "should create a cluster and add nodes" , func () {
@@ -107,20 +106,6 @@ var _ = ginkgo.Describe("[managed] [general] EKS cluster tests", func() {
107
106
}
108
107
})
109
108
110
- ginkgo .By ("should have the Coredns addon installed" )
111
- CheckAddonExistsSpec (ctx , func () CheckAddonExistsSpecInput {
112
- return CheckAddonExistsSpecInput {
113
- E2EConfig : e2eCtx .E2EConfig ,
114
- BootstrapClusterProxy : e2eCtx .Environment .BootstrapClusterProxy ,
115
- AWSSession : e2eCtx .BootstrapUserAWSSession ,
116
- Namespace : namespace ,
117
- ClusterName : clusterName ,
118
- AddonName : corednsAddonName ,
119
- AddonVersion : e2eCtx .E2EConfig .GetVariable (shared .CorednsAddonVersion ),
120
- AddonConfiguration : e2eCtx .E2EConfig .GetVariable (shared .CorednsAddonConfiguration ),
121
- }
122
- })
123
-
124
109
ginkgo .By ("should create a MachineDeployment" )
125
110
MachineDeploymentSpec (ctx , func () MachineDeploymentSpecInput {
126
111
return MachineDeploymentSpecInput {
0 commit comments