Merge pull request #42174 from kargakis/move-e2e-test-out-of-flaky-suite

Automatic merge from submit-queue (batch tested with PRs 40746, 41699, 42108, 42174, 42093)

test: move deployment e2e test out of the flaky suite

Moves the deployment test that was marked as flaky in https://github.com/kubernetes/kubernetes/pull/41257 out of the flaky suite.

Haven't seen this flake for some time now:
https://k8s-testgrid.appspot.com/google-gce#gci-gce-flaky
https://k8s-testgrid.appspot.com/google-gce#gce-flaky

Also https://github.com/kubernetes/kubernetes/pull/41510 is merged.

Closes https://github.com/kubernetes/kubernetes/issues/39785 

@spxtr @janetkuo
This commit is contained in:
Kubernetes Submit Queue 2017-02-28 07:51:30 -08:00 committed by GitHub
commit 0765c2886b

View File

@ -95,8 +95,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
It("overlapping deployment should not fight with each other", func() { It("overlapping deployment should not fight with each other", func() {
testOverlappingDeployment(f) testOverlappingDeployment(f)
}) })
// Flaky issue #39785. It("lack of progress should be reported in the deployment status", func() {
It("lack of progress should be reported in the deployment status [Flaky]", func() {
testFailedDeployment(f) testFailedDeployment(f)
}) })
It("iterative rollouts should eventually progress", func() { It("iterative rollouts should eventually progress", func() {