Enable kube-dns-autoscaler test in scale-correctness tests

This commit is contained in:
wojtekt 2021-02-11 13:05:32 +01:00
parent ab15313f1e
commit 1d68e7c0a4

View File

@ -166,8 +166,7 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() {
framework.ExpectNoError(err)
})
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #55779 is fixed.
ginkgo.It("[DisabledForLargeClusters] kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() {
ginkgo.It("kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() {
ginkgo.By("Replace the dns autoscaling parameters with testing parameters")
err := updateDNSScalingConfigMap(c, packDNSScalingConfigMap(packLinearParams(&DNSParams1)))