Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc committed Jul 8, 2020
1 parent fadbab3 commit 77f8470
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkg/manager/member/tikv_scaler_test.go
Expand Up @@ -252,19 +252,6 @@ func TestTiKVScalerScaleIn(t *testing.T) {
errExpectFn: errExpectRequeue,
changed: false,
},
{
name: "tikv is upgrading",
tikvUpgrading: true,
storeFun: normalStoreFun,
delStoreErr: false,
hasPVC: true,
storeIDSynced: true,
isPodReady: true,
hasSynced: true,
pvcUpdateErr: false,
errExpectFn: errExpectNil,
changed: false,
},
{
name: "status.TiKV.Stores is empty",
tikvUpgrading: false,
Expand Down

0 comments on commit 77f8470

Please sign in to comment.