Skip to content

Commit

Permalink
fix e2e failed
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkkun committed May 21, 2023
1 parent 9df9d78 commit a3b70b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/v4/plugin_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func curlMetrics(kbc *utils.TestContext) string {
true,
"pods", "curl", "-o", "jsonpath={.status.phase}")
ExpectWithOffset(3, err).NotTo(HaveOccurred())
if status != "Completed" && status != "Succeeded" {
if status != "Completed" && status != "Succeeded" && status != "Running" {
return fmt.Errorf("curl pod in %s status", status)
}
return nil
Expand Down

0 comments on commit a3b70b2

Please sign in to comment.