fix:testcases

This commit is contained in:
anshalshukla 2024-08-31 16:15:31 +05:30
parent 9f94e3ec6a
commit 02faed0a32
No known key found for this signature in database
GPG key ID: 84BE5474523D8CBC
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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