Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed May 24, 2019
1 parent 5fb5003 commit a6cdbd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/failover.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,8 @@ func (oa *operatorActions) CheckOperatorDownOrDie(clusters []*TidbClusterConfig)
if err != nil {
return err
}
err = oa.CheckTidbClustersAvailable(clusters)
if err != nil {
return err
}
return nil

return oa.CheckTidbClustersAvailable(clusters)
})
}

Expand Down

0 comments on commit a6cdbd0

Please sign in to comment.