mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Remove recreate test out of the flaky suite
This commit is contained in:
parent
97fed0aff4
commit
a65c66ac1f
@ -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 [Flaky]", func() {
|
It("RecreateDeployment should delete old pods and create new ones", func() {
|
||||||
testRecreateDeployment(f)
|
testRecreateDeployment(f)
|
||||||
})
|
})
|
||||||
It("deployment should delete old replica sets", func() {
|
It("deployment should delete old replica sets", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user