Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored and ti-chi-bot committed Sep 24, 2024
1 parent 32862e5 commit 893dd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tidbcluster/across-kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ var _ = ginkgo.Describe("[Across Kubernetes]", func() {
resp, err = pdutil.GetMembersV2(pdAddr)
if err != nil {
log.Logf("failed to get pd members of cluster-1 %s/%s, %v", tc1.Namespace, tc1.Name, err)
return false, err
return false, nil
}
if len(resp.Members) == 0 {
return false, nil
Expand Down

0 comments on commit 893dd20

Please sign in to comment.