Merge pull request #38157 from rmmh/disable-overlapping-deployment

Disable "overlapping deployment" test on GKE temporarily. #32947
This commit is contained in:
krousey 2016-12-05 17:32:50 -08:00 committed by GitHub
commit f16320ea3c

View File

@ -97,6 +97,7 @@ 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() {