From 98fe5ace748c21ee4b6fa3eb425d81d4e64765da Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Mon, 27 May 2024 18:14:48 +0000 Subject: [PATCH] tag e2e test that depends on cloud-provider-gcp --- test/e2e/autoscaling/dns_autoscaling.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/dns_autoscaling.go b/test/e2e/autoscaling/dns_autoscaling.go index 6f9b6714ed2..c6d374d9fe4 100644 --- a/test/e2e/autoscaling/dns_autoscaling.go +++ b/test/e2e/autoscaling/dns_autoscaling.go @@ -120,7 +120,8 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() { // This test is separated because it is slow and need to run serially. // Will take around 5 minutes to run on a 4 nodes cluster. // TODO(upodroid) This test will be removed in 1.33 when kubeup is removed - f.It(f.WithSerial(), f.WithSlow(), f.WithLabel("KubeUp"), "kube-dns-autoscaler should scale kube-dns pods when cluster size changed", func(ctx context.Context) { + // TODO: make it cloud provider agnostic or move it to cloud-provider-gcp repository + f.It(f.WithSerial(), f.WithSlow(), f.WithLabel("KubeUp"), f.WithLabel("sig-cloud-provider-gcp"), "kube-dns-autoscaler should scale kube-dns pods when cluster size changed", func(ctx context.Context) { numNodes, err := e2enode.TotalRegistered(ctx, c) framework.ExpectNoError(err)