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

Automatic merge from submit-queue

Enable PDB e2e tests on GKE

cc: @davidopp
This commit is contained in:
Kubernetes Submit Queue 2016-11-28 13:25:55 -08:00 committed by GitHub
commit 448dfc7b30

View File

@ -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
})