Skip to content

Commit

Permalink
fix hostport
Browse files Browse the repository at this point in the history
Signed-off-by: jessestutler <[email protected]>
  • Loading branch information
JesseStutler committed Jan 9, 2025
1 parent bdd57d7 commit b7e63a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/schedulingaction/predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var _ = Describe("Predicates E2E Test", func() {
err := e2eutil.WaitTasksReady(context, job, nn)
Expect(err).NotTo(HaveOccurred())

// TODO: fix it
err = e2eutil.WaitTasksPending(context, job, nn)
Expect(err).NotTo(HaveOccurred())
})
Expand Down

0 comments on commit b7e63a4

Please sign in to comment.