Skip to content

Commit 482f523

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Fix failing KueueWorkloads check
1 parent 6cfc426 commit 482f523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kfto/kfto_mnist_training_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func runKFTOPyTorchMnistJob(t *testing.T, accelerator Accelerator, image string,
155155
defer test.Client().Kubeflow().KubeflowV1().PyTorchJobs(namespace.Name).Delete(test.Ctx(), tuningJob.Name, *metav1.NewDeleteOptions(0))
156156

157157
// Make sure the Workload is created and running
158-
test.Eventually(GetKueueWorkloads(test, namespace.Name), TestTimeoutMedium).
158+
test.Eventually(KueueWorkloads(test, namespace.Name), TestTimeoutMedium).
159159
Should(
160160
And(
161161
HaveLen(1),

0 commit comments

Comments
 (0)