mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Tag Multi-AZ scheduling tests as serial
As per mdame, we can't ensure that the cluster is actually balanced if other tests are adding or deleting pods in parallel.
This commit is contained in:
parent
54449be031
commit
253df78f1b
@ -69,11 +69,11 @@ var _ = SIGDescribe("Multi-AZ Clusters", func() {
|
||||
cleanUp()
|
||||
}
|
||||
})
|
||||
ginkgo.It("should spread the pods of a service across zones", func() {
|
||||
ginkgo.It("should spread the pods of a service across zones [Serial]", func() {
|
||||
SpreadServiceOrFail(f, 5*zoneCount, imageutils.GetPauseImageName())
|
||||
})
|
||||
|
||||
ginkgo.It("should spread the pods of a replication controller across zones", func() {
|
||||
ginkgo.It("should spread the pods of a replication controller across zones [Serial]", func() {
|
||||
SpreadRCOrFail(f, int32(5*zoneCount), framework.ServeHostnameImage, []string{"serve-hostname"})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user