Revert "Disable "overlapping deployment" test on GKE temporarily. #32947"

This commit is contained in:
Ryan Hitchman 2016-12-06 14:12:21 -08:00 committed by GitHub
parent 23d7615e7f
commit c1fa8cb8a4

View File

@ -97,7 +97,6 @@ var _ = framework.KubeDescribe("Deployment", func() {
testScaledRolloutDeployment(f)
})
It("overlapping deployment should not fight with each other", func() {
framework.SkipIfProviderIs("gke") // #32947
testOverlappingDeployment(f)
})
It("lack of progress should be reported in the deployment status", func() {