Skip to content

Commit fa8da84

Browse files
committed
remove fixme comment
1 parent 2c4dc6b commit fa8da84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkg/scheduler/internal/queue/scheduling_queue_test.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,11 +1508,9 @@ func TestPriorityQueue_MoveAllToActiveOrBackoffQueueWithQueueingHint(t *testing.
15081508
expectedQ: unschedulablePods,
15091509
},
15101510
{
1511-
name: "QueueHintFunction is called when Pod is gated by a plugin other than SchedulingGates",
1512-
podInfo: setQueuedPodInfoGated(&framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")}),
1513-
hint: queueHintReturnQueue,
1514-
// FIXME: This should be backoffQ.
1515-
// https://github.com/kubernetes/kubernetes/issues/125538
1511+
name: "QueueHintFunction is called when Pod is gated by a plugin other than SchedulingGates",
1512+
podInfo: setQueuedPodInfoGated(&framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")}),
1513+
hint: queueHintReturnQueue,
15161514
expectedQ: activeQ,
15171515
},
15181516
}

0 commit comments

Comments
 (0)