mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
test: move deployment e2e test out of the flaky suite
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user