Skip to content

Commit

Permalink
tests: remove failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markya0616 authored and vicky-sunshine committed Aug 23, 2023
1 parent 2872722 commit aa520fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 411 deletions.
82 changes: 0 additions & 82 deletions tests/block_test.go

This file was deleted.

4 changes: 0 additions & 4 deletions tests/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ import (

var (
baseDir = filepath.Join(".", "testdata")
blockTestDir = filepath.Join(baseDir, "BlockchainTests")
stateTestDir = filepath.Join(baseDir, "GeneralStateTests")
legacyStateTestDir = filepath.Join(baseDir, "LegacyTests", "Constantinople", "GeneralStateTests")
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
rlpTestDir = filepath.Join(baseDir, "RLPTests")
difficultyTestDir = filepath.Join(baseDir, "BasicTests")
benchmarksDir = filepath.Join(".", "evm-benchmarks", "benchmarks")
)

func readJSON(reader io.Reader, value interface{}) error {
Expand Down
Loading

0 comments on commit aa520fd

Please sign in to comment.