integration: try not to skip tests when run with tikv (#445)

Signed-off-by: disksing <i@disksing.com>
This commit is contained in:
disksing 2022-03-07 11:27:20 +08:00 committed by GitHub
parent 8c3f29a55f
commit 7cbe10ea93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -84,11 +84,6 @@ func (s *testSnapshotFailSuite) TearDownTest() {
}
func (s *testSnapshotFailSuite) TestBatchGetResponseKeyError() {
// Meaningless to test with tikv because it has a mock key error
if *withTiKV {
return
}
// Put two KV pairs
txn, err := s.store.Begin()
s.Require().Nil(err)
@ -112,11 +107,6 @@ func (s *testSnapshotFailSuite) TestBatchGetResponseKeyError() {
}
func (s *testSnapshotFailSuite) TestScanResponseKeyError() {
// Meaningless to test with tikv because it has a mock key error
if *withTiKV {
return
}
// Put two KV pairs
txn, err := s.store.Begin()
s.Require().Nil(err)