mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Enable 'Events' tests for all providers, we need it for local
This commit is contained in:
parent
0e10b2a842
commit
c665b2c128
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user