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
This commit is contained in:
Antonio Ojea 2022-07-22 12:08:26 +02:00
parent 38df6fcd3d
commit 6f681c8357

View File

@ -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)