Skip to content

Commit

Permalink
Merge pull request kubernetes#6485 from timothysc/kube-e2e-events
Browse files Browse the repository at this point in the history
Enable 'Events' tests for all providers, we need it for local
  • Loading branch information
saad-ali committed Apr 7, 2015
2 parents 2e4c9a2 + c665b2c commit f22fe00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f22fe00

Please sign in to comment.