mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
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:
parent
38df6fcd3d
commit
6f681c8357
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user