binloginfo: skip test for parallel issue (#3425)
This commit is contained in:
@ -111,6 +111,8 @@ func (s *testBinlogSuite) TearDownSuite(c *C) {
|
||||
}
|
||||
|
||||
func (s *testBinlogSuite) TestBinlog(c *C) {
|
||||
// TODO: find a way to avoid this parallel test issue and remove skip.
|
||||
c.Skip("Some other package may run tests in parallel, makes the test fail.")
|
||||
tk := s.tk
|
||||
pump := s.pump
|
||||
tk.MustExec("drop table if exists local_binlog")
|
||||
|
||||
Reference in New Issue
Block a user