Skip to content

Commit

Permalink
e2e: disable PD scaling for TLS enabled cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Sep 5, 2019
1 parent 5c65005 commit d847d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmd/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func main() {
oa.CheckTidbClusterStatusOrDie(cluster2)
oa.CheckDisasterToleranceOrDie(cluster2)

cluster2.ScalePD(3)
cluster2.ScaleTiDB(3)
oa.ScaleTidbClusterOrDie(cluster2)
oa.CheckTidbClusterStatusOrDie(cluster2)

Expand Down

0 comments on commit d847d40

Please sign in to comment.