mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Passed context for Wait methods in integration test utils
This commit is contained in:
parent
627e83c841
commit
44ca3b3654
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user