diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index e457991e5f5e54c92a815618733286ee0fe559ba..cf4b018f7e6a92ca41246e78009c30da0d9bc24d 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
 	helper.CreateFileTests(t, p, &tests)
 
 	for name, test := range tests {
-		helper.Logger.SetLogLevel(4)
-		if name != "CallEcrecover0_overlappingInputOutput" {
-			continue
-		}
 		db, _ := ethdb.NewMemDatabase()
 		statedb := state.New(nil, db)
 		for addr, account := range test.Pre {