fix: disable SchedulerQueueingHints feature flag by default

This commit is contained in:
Kensei Nakada
2023-12-13 03:59:48 +00:00
parent 0c645922ed
commit 3b8f25dfdd
3 changed files with 4 additions and 1 deletions

View File

@@ -536,6 +536,7 @@ func (p *firstFailBindPlugin) Bind(ctx context.Context, state *framework.CycleSt
// TestRequeueByPermitRejection verify Pods failed by permit plugins in the binding cycle are
// put back to the queue, according to the correct scheduling cycle number.
func TestRequeueByPermitRejection(t *testing.T) {
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.SchedulerQueueingHints, true)()
queueingHintCalledCounter := 0
fakePermit := &fakePermitPlugin{}
registry := frameworkruntime.Registry{