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:
@@ -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"})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user