Skip to content

Commit

Permalink
fix: log waiting for components in integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 30, 2023
1 parent 3d5ef39 commit 9b2620c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func TestMain(m *testing.M) {
return clusters.KustomizeDeleteForCluster(ctx, env.Cluster(), testKustomize)
})
}

fmt.Println("INFO: waiting for Blixt component readiness")
exitOnErr(testutils.WaitForBlixtReadiness(ctx, env))

exit := m.Run()
Expand Down

0 comments on commit 9b2620c

Please sign in to comment.