Skip to content

Commit

Permalink
tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Apr 14, 2021
1 parent 7917868 commit 3acea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/pessimistic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@ func (s *testPessimisticSuite) TestAsyncCommitWithSchemaChange(c *C) {
}

func (s *testPessimisticSuite) Test1PCWithSchemaChange(c *C) {
c.Skip("unstable")
// TODO: implement commit_ts calculation in unistore
if !*withTiKV {
return
Expand Down Expand Up @@ -2470,7 +2471,6 @@ func (s *testPessimisticSuite) TestIssue21498(c *C) {
}

func (s *testPessimisticSuite) TestPlanCacheSchemaChange(c *C) {
c.Skip("unstable")
orgEnable := plannercore.PreparedPlanCacheEnabled()
defer func() {
plannercore.SetPreparedPlanCache(orgEnable)
Expand Down

0 comments on commit 3acea31

Please sign in to comment.