Commit f16320ea authored by krousey's avatar krousey Committed by GitHub

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

Disable "overlapping deployment" test on GKE temporarily. #32947
parents 2c61d2f8 89077628
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment