Skip to content

Commit

Permalink
fix:testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Aug 31, 2024
1 parent 9f94e3e commit 02faed0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions internal/cli/debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions internal/cli/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02faed0

Please sign in to comment.