mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #20310 from janetkuo/remove-deployment-e2e-flaky
Auto commit by PR queue bot
This commit is contained in:
commit
470b69b590
@ -36,10 +36,10 @@ var _ = Describe("Deployment [Feature:Deployment]", func() {
|
|||||||
It("deployment should create new pods", func() {
|
It("deployment should create new pods", func() {
|
||||||
testNewDeployment(f)
|
testNewDeployment(f)
|
||||||
})
|
})
|
||||||
It("RollingUpdateDeployment should delete old pods and create new ones [Flaky]", func() {
|
It("RollingUpdateDeployment should delete old pods and create new ones", func() {
|
||||||
testRollingUpdateDeployment(f)
|
testRollingUpdateDeployment(f)
|
||||||
})
|
})
|
||||||
It("RollingUpdateDeployment should scale up and down in the right order [Flaky]", func() {
|
It("RollingUpdateDeployment should scale up and down in the right order", func() {
|
||||||
testRollingUpdateDeploymentEvents(f)
|
testRollingUpdateDeploymentEvents(f)
|
||||||
})
|
})
|
||||||
It("RecreateDeployment should delete old pods and create new ones", func() {
|
It("RecreateDeployment should delete old pods and create new ones", func() {
|
||||||
@ -48,7 +48,7 @@ var _ = Describe("Deployment [Feature:Deployment]", func() {
|
|||||||
It("deployment should delete old rcs", func() {
|
It("deployment should delete old rcs", func() {
|
||||||
testDeploymentCleanUpPolicy(f)
|
testDeploymentCleanUpPolicy(f)
|
||||||
})
|
})
|
||||||
It("deployment should support rollover [Flaky]", func() {
|
It("deployment should support rollover", func() {
|
||||||
testRolloverDeployment(f)
|
testRolloverDeployment(f)
|
||||||
})
|
})
|
||||||
It("paused deployment should be ignored by the controller", func() {
|
It("paused deployment should be ignored by the controller", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user