Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 committed Jul 13, 2024
1 parent 493f809 commit f58c97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/replicas/balance/replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func (s *ReplicaTestSuit) SetupSuite() {
paramtable.Init()
paramtable.Get().Save(paramtable.Get().QueryCoordCfg.BalanceCheckInterval.Key, "1000")
paramtable.Get().Save(paramtable.Get().QueryNodeCfg.GracefulStopTimeout.Key, "1")
paramtable.Get().Save(paramtable.Get().QueryCoordCfg.EnableEstimateGrowingRowCount.Key, "false")

s.Require().NoError(s.SetupEmbedEtcd())
}

Expand Down

0 comments on commit f58c97f

Please sign in to comment.