mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #21929 from janetkuo/remove-rollback-from-flaky
Remove all deployment e2e tests from flaky list
This commit is contained in:
commit
10e9bca7fb
@ -54,16 +54,16 @@ var _ = Describe("Deployment", func() {
|
||||
It("deployment should delete old replica sets", func() {
|
||||
testDeploymentCleanUpPolicy(f)
|
||||
})
|
||||
It("[Flaky] deployment should support rollover", func() {
|
||||
It("deployment should support rollover", func() {
|
||||
testRolloverDeployment(f)
|
||||
})
|
||||
It("[Flaky] paused deployment should be ignored by the controller", func() {
|
||||
It("paused deployment should be ignored by the controller", func() {
|
||||
testPausedDeployment(f)
|
||||
})
|
||||
It("[Flaky] deployment should support rollback", func() {
|
||||
It("deployment should support rollback", func() {
|
||||
testRollbackDeployment(f)
|
||||
})
|
||||
It("[Flaky] deployment should support rollback when there's replica set with no revision", func() {
|
||||
It("deployment should support rollback when there's replica set with no revision", func() {
|
||||
testRollbackDeploymentRSNoRevision(f)
|
||||
})
|
||||
It("deployment should label adopted RSs and pods", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user