From 1d68e7c0a46d443a76e8c2172c6f6de759f05aaf Mon Sep 17 00:00:00 2001 From: wojtekt Date: Thu, 11 Feb 2021 13:05:32 +0100 Subject: [PATCH] Enable kube-dns-autoscaler test in scale-correctness tests --- test/e2e/autoscaling/dns_autoscaling.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/autoscaling/dns_autoscaling.go b/test/e2e/autoscaling/dns_autoscaling.go index 509ec6f91ef..f9ea503d6cd 100644 --- a/test/e2e/autoscaling/dns_autoscaling.go +++ b/test/e2e/autoscaling/dns_autoscaling.go @@ -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)))