Commit 6ee2f574 authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #19638 from mqliang/RecreateDeployment

remove the flaky mark in deployment e2e test
parents 40ff2922 a06137a1
......@@ -42,7 +42,7 @@ var _ = Describe("Deployment [Feature:Deployment]", func() {
It("RollingUpdateDeployment should scale up and down in the right order [Flaky]", func() {
testRollingUpdateDeploymentEvents(f)
})
It("RecreateDeployment should delete old pods and create new ones [Flaky]", func() {
It("RecreateDeployment should delete old pods and create new ones", func() {
testRecreateDeployment(f)
})
It("deployment should support rollover [Flaky]", 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