Commit 3d8cdaf8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 68d27747 bb9e82b8
......@@ -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() {
......
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