Don't relist events in density

pull/6/head
Prashanth Balasubramanian 2015-05-18 16:55:43 -07:00
parent fadc76422a
commit a6607afa80
1 changed files with 1 additions and 1 deletions

View File

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