Skip to content

Commit

Permalink
core: skipped tests while cache disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed May 19, 2015
1 parent 46d6470 commit 87a05c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/chain_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func chm(genesis *types.Block, db common.Database) *ChainManager {
}

func TestReorgLongest(t *testing.T) {
t.Skip("skipped while cache is removed")
db, _ := ethdb.NewMemDatabase()
genesis := GenesisBlock(db)
bc := chm(genesis, db)
Expand All @@ -409,6 +410,7 @@ func TestReorgLongest(t *testing.T) {
}

func TestReorgShortest(t *testing.T) {
t.Skip("skipped while cache is removed")
db, _ := ethdb.NewMemDatabase()
genesis := GenesisBlock(db)
bc := chm(genesis, db)
Expand Down

0 comments on commit 87a05c8

Please sign in to comment.