mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
remove the flaky mark in deployment e2e test
This commit is contained in:
parent
5007d7c4a9
commit
a06137a181
@ -40,7 +40,7 @@ var _ = Describe("Deployment", func() {
|
|||||||
It("RollingUpdateDeployment should scale up and down in the right order [Flaky]", func() {
|
It("RollingUpdateDeployment should scale up and down in the right order [Flaky]", func() {
|
||||||
testRollingUpdateDeploymentEvents(f)
|
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)
|
testRecreateDeployment(f)
|
||||||
})
|
})
|
||||||
It("deployment should support rollover [Flaky]", func() {
|
It("deployment should support rollover [Flaky]", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user