Skip to content

Commit

Permalink
domain: make test stable (pingcap#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored Aug 8, 2017
1 parent 171c478 commit b41c1d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions domain/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ func (*testSuite) TestT(c *C) {
c.Assert(err, IsNil)
succ = dom.SchemaValidator.Check(ts, schemaVer)
c.Assert(succ, IsTrue)
ver, err = store.CurrentVersion()
c.Assert(err, IsNil)
succ = dom.SchemaValidator.Check(ver.Ver, schemaVer)
c.Assert(succ, IsTrue)

err = store.Close()
c.Assert(err, IsNil)
Expand Down

0 comments on commit b41c1d4

Please sign in to comment.