Commit 79d1e53b authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23428 from wojtek-t/fix_scheduler_test

Auto commit by PR queue bot
parents 1358dac9 1471a5b9
......@@ -71,7 +71,7 @@ func (es mockScheduler) Schedule(pod *api.Pod, ml algorithm.NodeLister) (string,
func TestScheduler(t *testing.T) {
eventBroadcaster := record.NewBroadcaster()
defer eventBroadcaster.StartLogging(t.Logf).Stop()
eventBroadcaster.StartLogging(t.Logf).Stop()
errS := errors.New("scheduler")
errB := errors.New("binder")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment