fix: return false to apply the patch

This commit is contained in:
Kensei Nakada
2025-07-30 19:12:57 +09:00
parent a59ad81135
commit 46b858aa13

View File

@@ -1064,7 +1064,7 @@ func TestSchedulerScheduleOne(t *testing.T) {
mu.Lock()
updatedNominatedNodeName = updatedPod.Status.NominatedNodeName
mu.Unlock()
return true, nil, nil
return false, nil, nil
})
schedFramework, err := tf.NewFramework(ctx,