Don't relist events in density
This commit is contained in:
@@ -127,7 +127,7 @@ var _ = Describe("Density", func() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
&api.Event{},
|
&api.Event{},
|
||||||
time.Second*10,
|
0,
|
||||||
framework.ResourceEventHandlerFuncs{
|
framework.ResourceEventHandlerFuncs{
|
||||||
AddFunc: func(obj interface{}) {
|
AddFunc: func(obj interface{}) {
|
||||||
events = append(events, obj.(*api.Event))
|
events = append(events, obj.(*api.Event))
|
||||||
|
Reference in New Issue
Block a user