mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
test: move deployment e2e test out of the flaky suite
This commit is contained in:
parent
77733c2afd
commit
b4a480b6fd
@ -95,8 +95,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
|
||||
It("overlapping deployment should not fight with each other", func() {
|
||||
testOverlappingDeployment(f)
|
||||
})
|
||||
// Flaky issue #39785.
|
||||
It("lack of progress should be reported in the deployment status [Flaky]", func() {
|
||||
It("lack of progress should be reported in the deployment status", func() {
|
||||
testFailedDeployment(f)
|
||||
})
|
||||
It("iterative rollouts should eventually progress", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user