From c665b2c1280aa954d03d9a698a6d62d55a7eeac9 Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Mon, 6 Apr 2015 16:27:25 -0500 Subject: [PATCH] Enable 'Events' tests for all providers, we need it for local --- test/e2e/events.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/e2e/events.go b/test/e2e/events.go index fe6bad7e9d..cc98d90361 100644 --- a/test/e2e/events.go +++ b/test/e2e/events.go @@ -41,11 +41,6 @@ var _ = Describe("Events", func() { }) It("should be sent by kubelets and the scheduler about pods scheduling and running", func() { - provider := testContext.Provider - if len(provider) > 0 && provider != "gce" && provider != "gke" && provider != "aws" { - By(fmt.Sprintf("skipping TestKubeletSendsEvent on cloud provider %s", provider)) - return - } podClient := c.Pods(api.NamespaceDefault)