remove fixme comment
This commit is contained in:
		@@ -1508,11 +1508,9 @@ func TestPriorityQueue_MoveAllToActiveOrBackoffQueueWithQueueingHint(t *testing.
 | 
				
			|||||||
			expectedQ: unschedulablePods,
 | 
								expectedQ: unschedulablePods,
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			name:    "QueueHintFunction is called when Pod is gated by a plugin other than SchedulingGates",
 | 
								name:      "QueueHintFunction is called when Pod is gated by a plugin other than SchedulingGates",
 | 
				
			||||||
			podInfo: setQueuedPodInfoGated(&framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")}),
 | 
								podInfo:   setQueuedPodInfoGated(&framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")}),
 | 
				
			||||||
			hint:    queueHintReturnQueue,
 | 
								hint:      queueHintReturnQueue,
 | 
				
			||||||
			// FIXME: This should be backoffQ.
 | 
					 | 
				
			||||||
			// https://github.com/kubernetes/kubernetes/issues/125538
 | 
					 | 
				
			||||||
			expectedQ: activeQ,
 | 
								expectedQ: activeQ,
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user