diff --git a/test/e2e/scheduling/ubernetes_lite.go b/test/e2e/scheduling/ubernetes_lite.go index b11c6a28c02..4cd098a57fa 100644 --- a/test/e2e/scheduling/ubernetes_lite.go +++ b/test/e2e/scheduling/ubernetes_lite.go @@ -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"}) }) })