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

This commit is contained in:
Ryan Hitchman 2016-12-05 16:58:52 -08:00
parent 2c61d2f80c
commit 8907762844

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() {