From 44ca3b365455b0a20f5820487ac3743045914ff8 Mon Sep 17 00:00:00 2001 From: Sharath P J Date: Fri, 24 Jan 2025 19:47:02 +0530 Subject: [PATCH] Passed context for Wait methods in integration test utils --- test/integration/scheduler/preemption/preemption_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/scheduler/preemption/preemption_test.go b/test/integration/scheduler/preemption/preemption_test.go index 6e1c864e4c6..98798ff06af 100644 --- a/test/integration/scheduler/preemption/preemption_test.go +++ b/test/integration/scheduler/preemption/preemption_test.go @@ -1597,6 +1597,7 @@ func TestNominatedNodeCleanUp(t *testing.T) { }, }, postChecks: []func(ctx context.Context, cs clientset.Interface, pod *v1.Pod) error{ + testutils.WaitForPodToSchedule, waitForNominatedNodeName, testutils.WaitForPodToSchedule, },