Merge pull request #43899 from kargakis/move-test-to-flaky-suite

Automatic merge from submit-queue (batch tested with PRs 43897, 43899)

Move test to flaky suite while debugging

Moves https://github.com/kubernetes/kubernetes/issues/43864 to the flaky suite. We know what caused the flakiness (https://github.com/kubernetes/kubernetes/pull/43508), but I would like to debug this more (https://github.com/kubernetes/kubernetes/pull/43865) because it seems like a race in the deployment controller.
This commit is contained in:
Kubernetes Submit Queue 2017-03-31 04:07:19 -07:00 committed by GitHub
commit 3d8cdaf847

View File

@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
It("RollingUpdateDeployment should delete old pods and create new ones", func() {
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)
})
It("deployment should delete old replica sets", func() {