mirror of https://github.com/tikv/client-go.git
skip TestReplicaReadAccessPathByGenError because it's unstable and slow (#1302)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
This commit is contained in:
parent
36c8d2c668
commit
cf37e5e03e
|
|
@ -2737,6 +2737,7 @@ func TestReplicaReadAvoidSlowStore(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestReplicaReadAccessPathByGenError(t *testing.T) {
|
||||
t.Skip("skip TestReplicaReadAccessPathByGenError because it's unstable and slow.")
|
||||
s := new(testReplicaSelectorSuite)
|
||||
s.SetupTest(t)
|
||||
defer func(lv zapcore.Level) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue