skip TestReplicaReadAccessPathByGenError because it's unstable and slow (#1302)

Signed-off-by: crazycs520 <crazycs520@gmail.com>
This commit is contained in:
crazycs 2024-04-19 15:24:53 +08:00 committed by GitHub
parent 36c8d2c668
commit cf37e5e03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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) {