diff --git a/internal/cli/debug_test.go b/internal/cli/debug_test.go index ea0afa9188..aa1e4a8bf1 100644 --- a/internal/cli/debug_test.go +++ b/internal/cli/debug_test.go @@ -16,9 +16,6 @@ import ( var currentDir string 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() // Start a blockchain in developer mode and get trace of block diff --git a/internal/cli/server/server_test.go b/internal/cli/server/server_test.go index 19d4c8e8d3..b3b8e89bae 100644 --- a/internal/cli/server/server_test.go +++ b/internal/cli/server/server_test.go @@ -8,9 +8,6 @@ import ( ) 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() // get the default config