Skip to content

Commit

Permalink
test(framework): add back wait for kuma service (#9967)
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <slonka@users.noreply.github.com>
  • Loading branch information
slonka authored Apr 17, 2024
1 parent 6fbdafe commit bf8d964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/framework/k8s_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,8 @@ func (c *K8sCluster) VerifyKuma() error {
return err
}

k8s.WaitUntilServiceAvailable(c.GetTesting(), c.GetKubectlOptions(Config.KumaNamespace), Config.KumaServiceName, DefaultRetries, DefaultTimeout)

return nil
}

Expand Down

0 comments on commit bf8d964

Please sign in to comment.