diff --git a/tests/integrations/mcs/tso/server_test.go b/tests/integrations/mcs/tso/server_test.go index 96a5f054dee..da23ab1d1eb 100644 --- a/tests/integrations/mcs/tso/server_test.go +++ b/tests/integrations/mcs/tso/server_test.go @@ -176,7 +176,6 @@ func checkTSOPath(re *require.Assertions, isAPIServiceMode bool) { pdLeader := cluster.GetServer(leaderName) re.NoError(pdLeader.BootstrapCluster()) backendEndpoints := pdLeader.GetAddr() - re.NoError(pdLeader.BootstrapCluster()) client := pdLeader.GetEtcdClient() if isAPIServiceMode { re.Equal(0, getEtcdTimestampKeyNum(re, client))