Revert "[garbage collector] add e2e test"

This commit is contained in:
Wojciech Tyczynski
2016-07-15 10:10:02 +02:00
committed by GitHub
parent 87d3c74715
commit f71244975d
10 changed files with 12 additions and 223 deletions

View File

@@ -684,7 +684,6 @@ func (gc *GarbageCollector) processItem(item *node) error {
}
func (gc *GarbageCollector) Run(workers int, stopCh <-chan struct{}) {
glog.V(0).Infof("GarbageCollector is starting running!")
for _, monitor := range gc.monitors {
go monitor.controller.Run(stopCh)
}