Skip to content

Commit

Permalink
executor, test: skip TestPBMemoryLeak to reduce unit test ti… (#11133)
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 authored and zz-jason committed Jul 9, 2019
1 parent a5a0596 commit c96ecb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions executor/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ func (s *testMemoryLeak) SetUpSuite(c *C) {
}

func (s *testMemoryLeak) TestPBMemoryLeak(c *C) {
c.Skip("too slow")

se, err := session.CreateSession4Test(s.store)
c.Assert(err, IsNil)
_, err = se.Execute(context.Background(), "create database test_mem")
Expand Down

0 comments on commit c96ecb4

Please sign in to comment.