Commit f22fe00a authored by Saad Ali's avatar Saad Ali

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

Enable 'Events' tests for all providers, we need it for local
parents 2e4c9a2b c665b2c1
...@@ -41,11 +41,6 @@ var _ = Describe("Events", func() { ...@@ -41,11 +41,6 @@ var _ = Describe("Events", func() {
}) })
It("should be sent by kubelets and the scheduler about pods scheduling and running", 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) podClient := c.Pods(api.NamespaceDefault)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment