mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #38157 from rmmh/disable-overlapping-deployment
Disable "overlapping deployment" test on GKE temporarily. #32947
This commit is contained in:
commit
f16320ea3c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user