mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +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"
|
"gotest.tools/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
// nolint : paralleltest
|
|
||||||
func TestGenerateBlockAndImportEthash(t *testing.T) {
|
|
||||||
// TODO - Arpit, Check this
|
|
||||||
t.Skip()
|
|
||||||
testGenerateBlockAndImport(t, false, false)
|
|
||||||
}
|
|
||||||
|
|
||||||
// nolint : paralleltest
|
// nolint : paralleltest
|
||||||
func TestGenerateBlockAndImportClique(t *testing.T) {
|
func TestGenerateBlockAndImportClique(t *testing.T) {
|
||||||
// TODO - Arpit, Check this
|
|
||||||
t.Skip()
|
|
||||||
testGenerateBlockAndImport(t, true, false)
|
testGenerateBlockAndImport(t, true, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
// nolint : paralleltest
|
// nolint : paralleltest
|
||||||
func TestGenerateBlockAndImportBor(t *testing.T) {
|
func TestGenerateBlockAndImportBor(t *testing.T) {
|
||||||
// TODO - Arpit, Check this
|
|
||||||
t.Skip()
|
|
||||||
testGenerateBlockAndImport(t, false, true)
|
testGenerateBlockAndImport(t, false, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue