Commit 448dfc7b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #37489 from mwielgus/enable-e2e-gke

Automatic merge from submit-queue Enable PDB e2e tests on GKE cc: @davidopp
parents 305528d7 35843d52
......@@ -43,9 +43,6 @@ var _ = framework.KubeDescribe("DisruptionController", func() {
var cs *kubernetes.Clientset
BeforeEach(func() {
// skip on GKE since alpha features are disabled
framework.SkipIfProviderIs("gke")
cs = f.StagingClient
ns = f.Namespace.Name
})
......
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