mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix:testcases
This commit is contained in:
parent
9f94e3ec6a
commit
02faed0a32
2 changed files with 0 additions and 6 deletions
|
|
@ -16,9 +16,6 @@ import (
|
||||||
var currentDir string
|
var currentDir string
|
||||||
|
|
||||||
func TestCommand_DebugBlock(t *testing.T) {
|
func TestCommand_DebugBlock(t *testing.T) {
|
||||||
// TODO: As developer mode uses clique consensus, block production might not work
|
|
||||||
// directly. We need some workaround to get the dev mode work.
|
|
||||||
t.Skip("TODO: Skipping tests as dev mode is not working as expected")
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
// Start a blockchain in developer mode and get trace of block
|
// Start a blockchain in developer mode and get trace of block
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestServer_DeveloperMode(t *testing.T) {
|
func TestServer_DeveloperMode(t *testing.T) {
|
||||||
// TODO: As developer mode uses clique consensus, block production might not work
|
|
||||||
// directly. We need some workaround to get the dev mode work.
|
|
||||||
t.Skip("TODO: Skipping tests as dev mode is not working as expected")
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
// get the default config
|
// get the default config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue