Commit c1fa8cb8 authored by Ryan Hitchman's avatar Ryan Hitchman Committed by GitHub

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

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