Skip to content

Commit edfbe28

Browse files
mrniranjanopenshift-cherrypick-robot
authored andcommitted
Pass context.TODO() to IsControlPlaneSchedulable function
Signed-off-by: Niranjan M.R <mniranja@redhat.com>
1 parent 516d0e8 commit edfbe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/performanceprofile/functests/2_performance_update/updating_profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
405405
if len(nonPerformancesWorkers) > 1 {
406406
newCnfNode = &nonPerformancesWorkers[0]
407407
}
408-
ok, err := cluster.IsControlPlaneSchedulable()
408+
ok, err := cluster.IsControlPlaneSchedulable(context.TODO())
409409
Expect(err).ToNot(HaveOccurred(), "Unable to fetch schedulable information of control plane nodes: %v", err)
410410
if ok {
411411
Skip("Skipping the test - Control plane nodes are schedulable")

0 commit comments

Comments
 (0)