aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/init.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/init.go b/tests/init.go
index 5112b274d..0c07f8b23 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -25,8 +25,6 @@ import (
"net/http"
"os"
"path/filepath"
-
- "github.com/ethereum/go-ethereum/core"
)
var (
@@ -59,11 +57,6 @@ var (
VmSkipTests = []string{}
)
-// Disable reporting bad blocks for the tests
-func init() {
- core.DisableBadBlockReporting = true
-}
-
func readJson(reader io.Reader, value interface{}) error {
data, err := ioutil.ReadAll(reader)
if err != nil {