server: make auth test stable (#4999)

This commit is contained in:
Ewan Chou
2017-11-03 23:32:26 +08:00
committed by Yiding Cui
parent cf288b5b76
commit 0182bfd441

View File

@ -117,13 +117,13 @@ func (ts *TidbTestSuite) TestErrorCode(c *C) {
func (ts *TidbTestSuite) TestAuth(c *C) {
c.Parallel()
runTestAuth(c)
runTestIssue3682(c)
}
func (ts *TidbTestSuite) TestIssues(c *C) {
c.Parallel()
runTestIssue3662(c)
runTestIssue3680(c)
runTestIssue3682(c)
}
func (ts *TidbTestSuite) TestDBNameEscape(c *C) {