Skip to content

Commit

Permalink
UPSTREAM: 100378: Tag Multi-AZ scheduling tests as serial
Browse files Browse the repository at this point in the history
As per mdame, we can't ensure that the cluster is actually balanced
if other tests are adding or deleting pods in parallel.
  • Loading branch information
marun committed Mar 18, 2021
1 parent e1bc274 commit d1ecfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/scheduling/ubernetes_lite.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
})
})
Expand Down

0 comments on commit d1ecfdd

Please sign in to comment.