Skip to content

Commit 44ca3b3

Browse files
committed
Passed context for Wait methods in integration test utils
1 parent 627e83c commit 44ca3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/scheduler/preemption/preemption_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@ func TestNominatedNodeCleanUp(t *testing.T) {
15971597
},
15981598
},
15991599
postChecks: []func(ctx context.Context, cs clientset.Interface, pod *v1.Pod) error{
1600+
testutils.WaitForPodToSchedule,
16001601
waitForNominatedNodeName,
16011602
testutils.WaitForPodToSchedule,
16021603
},

0 commit comments

Comments
 (0)