Skip to content

Commit

Permalink
Skip flaky test (ethereum#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines authored May 24, 2019
1 parent d3f631b commit 1246c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miner/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ func TestEmptyWorkClique(t *testing.T) {
}

func TestEmptyWorkIstanbul(t *testing.T) {
// TODO(nambrot): Fix this
t.Skip("Disabled due to flakiness")
testEmptyWork(t, istanbulChainConfig, istanbulBackend.New(istanbul.DefaultConfig, testBankKey, ethdb.NewMemDatabase()), false, true)
testEmptyWork(t, istanbulChainConfig, istanbulBackend.New(istanbul.DefaultConfig, testBankKey, ethdb.NewMemDatabase()), true, false)
}
Expand Down

0 comments on commit 1246c38

Please sign in to comment.