Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 committed Dec 20, 2019
1 parent b1dc803 commit 16ace6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ func (s *testSessionSuite) TestCommitRetryCount(c *C) {
c.Assert(err, NotNil)
}

func (s *testSessionSuite2) TestEnablePartition(c *C) {
func (s *testSessionSuite) TestEnablePartition(c *C) {
tk := testkit.NewTestKitWithInit(c, s.store)
tk.MustExec("set tidb_enable_table_partition=off")
tk.MustQuery("show variables like 'tidb_enable_table_partition'").Check(testkit.Rows("tidb_enable_table_partition off"))
Expand Down

0 comments on commit 16ace6e

Please sign in to comment.