Commit bb9e82b8 authored by Michail Kargakis's avatar Michail Kargakis

Move test to flaky suite while debugging

parent ac8b985b
...@@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Deployment", func() { ...@@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
It("RollingUpdateDeployment should delete old pods and create new ones", func() { It("RollingUpdateDeployment should delete old pods and create new ones", func() {
testRollingUpdateDeployment(f) testRollingUpdateDeployment(f)
}) })
It("RecreateDeployment should delete old pods and create new ones", func() { It("RecreateDeployment should delete old pods and create new ones [Flaky]", func() {
testRecreateDeployment(f) testRecreateDeployment(f)
}) })
It("deployment should delete old replica sets", func() { It("deployment should delete old replica sets", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment