mirror of https://github.com/k3s-io/k3s
Don't relist events in density
parent
fadc76422a
commit
a6607afa80
|
@ -127,7 +127,7 @@ var _ = Describe("Density", func() {
|
|||
},
|
||||
},
|
||||
&api.Event{},
|
||||
time.Second*10,
|
||||
0,
|
||||
framework.ResourceEventHandlerFuncs{
|
||||
AddFunc: func(obj interface{}) {
|
||||
events = append(events, obj.(*api.Event))
|
||||
|
|
Loading…
Reference in New Issue