mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +00:00
fix: return false to apply the patch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user