Skip to content

Commit

Permalink
[issue-368] knative integration with DataIndex and JobService: fix e2…
Browse files Browse the repository at this point in the history
…e test errors and use temp images for DI and JS
  • Loading branch information
jianrongzhang89 committed Aug 13, 2024
1 parent d2945f6 commit 6e3ec27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ var _ = Describe("Validate the persistence", Ordered, func() {
cmd.Stdin = bytes.NewBuffer([]byte(manifestsUpdated))
_, err = utils.Run(cmd)
Expect(err).NotTo(HaveOccurred())

By("Wait for SonatatFlowPlatform CR to complete deployment")
// wait for service deployments to be ready
EventuallyWithOffset(1, func() error {
Expand Down

0 comments on commit 6e3ec27

Please sign in to comment.