From 35843d52b6bb2cb3c454fc8732056522d525f8e7 Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Fri, 25 Nov 2016 15:18:19 +0100 Subject: [PATCH] Enable PDB e2e tests on GKE --- test/e2e/disruption.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/disruption.go b/test/e2e/disruption.go index 68d643b0f63..dfc5512f060 100644 --- a/test/e2e/disruption.go +++ b/test/e2e/disruption.go @@ -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 })