Commit 6a1d0f0b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38221 from kubernetes/revert-38157-disable-overlapping-deployment

Automatic merge from submit-queue (batch tested with PRs 38173, 38151, 38197, 38221) Revert "Disable "overlapping deployment" test on GKE temporarily. #32947" Reverts kubernetes/kubernetes#38157
parents 544ccd2e c1fa8cb8
......@@ -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() {
......
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