Merge pull request #6485 from timothysc/kube-e2e-events

Enable 'Events' tests for all providers, we need it for local
pull/6/head
Saad Ali 2015-04-06 17:39:51 -07:00
commit f22fe00a0b
1 changed files with 0 additions and 5 deletions

View File

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