mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #100378 from marun/tag-multiaz-serial
Tag Multi-AZ scheduling tests as serial
This commit is contained in:
commit
2056c8df5d
@ -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