mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
uncomment testcase
This commit is contained in:
parent
6dd5bf7334
commit
fc3d0e778a
1 changed files with 0 additions and 11 deletions
|
|
@ -47,24 +47,13 @@ import (
|
|||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
// nolint : paralleltest
|
||||
func TestGenerateBlockAndImportEthash(t *testing.T) {
|
||||
// TODO - Arpit, Check this
|
||||
t.Skip()
|
||||
testGenerateBlockAndImport(t, false, false)
|
||||
}
|
||||
|
||||
// nolint : paralleltest
|
||||
func TestGenerateBlockAndImportClique(t *testing.T) {
|
||||
// TODO - Arpit, Check this
|
||||
t.Skip()
|
||||
testGenerateBlockAndImport(t, true, false)
|
||||
}
|
||||
|
||||
// nolint : paralleltest
|
||||
func TestGenerateBlockAndImportBor(t *testing.T) {
|
||||
// TODO - Arpit, Check this
|
||||
t.Skip()
|
||||
testGenerateBlockAndImport(t, false, true)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue