Merge pull request #25548 from jlowdermilk/lower-ginkgo-parallelism

Automatic merge from submit-queue

Lower ginkgo parallelism and move same image rolling-update test out of flaky

Tentative fix for #25140.
This commit is contained in:
k8s-merge-robot
2016-05-22 18:43:57 -07:00
2 changed files with 8 additions and 3 deletions

View File

@@ -892,8 +892,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
framework.RunKubectlOrDie("delete", "rc", rcName, nsFlag)
})
// Flaky issue: #25140
It("should support rolling-update to same image [Conformance] [Flaky]", func() {
It("should support rolling-update to same image [Conformance]", func() {
By("running the image " + nginxImage)
framework.RunKubectlOrDie("run", rcName, "--image="+nginxImage, "--generator=run/v1", nsFlag)
By("verifying the rc " + rcName + " was created")