From 6f681c8357136a91bd3030974f732f99e3779796 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Fri, 22 Jul 2022 12:08:26 +0200 Subject: [PATCH] Tag test should manage the lifecycle of an APIService as Serial The test breaks the controllers that depend on api services to be resolvable, per example, the namespace controller, that is heavily used by the e2e framework to clean the environment --- test/e2e/apimachinery/aggregator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/aggregator.go b/test/e2e/apimachinery/aggregator.go index a88253d0733..c87133f6867 100644 --- a/test/e2e/apimachinery/aggregator.go +++ b/test/e2e/apimachinery/aggregator.go @@ -108,7 +108,7 @@ var _ = SIGDescribe("Aggregator", func() { TestSampleAPIServer(f, aggrclient, imageutils.GetE2EImage(imageutils.APIServer)) }) - ginkgo.It("should manage the lifecycle of an APIService", func() { + ginkgo.It("should manage the lifecycle of an APIService [Serial][Disruptive]", func() { ns := f.Namespace.Name framework.Logf("ns: %v", ns)