mirror of https://github.com/tikv/client-go.git
Do not skip TestBatchResolveLocks for unistore (#807)
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com> Co-authored-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
This commit is contained in:
parent
adb48afeef
commit
d1e188a981
|
|
@ -1468,8 +1468,6 @@ func (s *testLockWithTiKVSuite) TestBatchResolveLocks() {
|
|||
if *withTiKV {
|
||||
recoverFunc := s.trySetTiKVConfig("pessimistic-txn.in-memory", false)
|
||||
defer recoverFunc()
|
||||
} else {
|
||||
s.T().Skip("this test only works with tikv")
|
||||
}
|
||||
|
||||
s.NoError(failpoint.Enable("tikvclient/beforeAsyncPessimisticRollback", `return("skip")`))
|
||||
|
|
|
|||
Loading…
Reference in New Issue