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)