Skip to content

Commit

Permalink
Do not skip TestBatchResolveLocks for unistore (#807)
Browse files Browse the repository at this point in the history
Signed-off-by: MyonKeminta <[email protected]>
Co-authored-by: MyonKeminta <[email protected]>
  • Loading branch information
MyonKeminta and MyonKeminta committed May 18, 2023
1 parent adb48af commit d1e188a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")`))
Expand Down

0 comments on commit d1e188a

Please sign in to comment.