Skip to content

Commit

Permalink
use serial test
Browse files Browse the repository at this point in the history
Signed-off-by: crazycs <[email protected]>
  • Loading branch information
crazycs520 committed May 31, 2021
1 parent c0ac680 commit 38f257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ func (s *testSuite5) TestSetClusterConfigJSONData(c *C) {
}
}

func (s *testSuite5) TestSetTopSQLVariables(c *C) {
func (s *testSerialSuite) TestSetTopSQLVariables(c *C) {
tk := testkit.NewTestKit(c, s.store)
tk.MustExec("set @@tidb_enable_top_sql='On';")
tk.MustQuery("select @@tidb_enable_top_sql;").Check(testkit.Rows("1"))
Expand Down

0 comments on commit 38f257a

Please sign in to comment.