From 99481a245adc2c4814ab6b38d94d63114f7bbb15 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 2 Dec 2014 11:37:33 +0100 Subject: Check for known block err and ignore --- tests/vm/gh_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 7e6160860..5391e0500 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -142,7 +142,6 @@ func TestEnvironmentalInfo(t *testing.T) { } func TestFlowOperation(t *testing.T) { - //helper.Logger.SetLogLevel(5) const fn = "../files/vmtests/vmIOandFlowOperationsTest.json" RunVmTest(fn, t) } @@ -153,7 +152,6 @@ func TestPushDupSwap(t *testing.T) { } func TestVMSha3(t *testing.T) { - //helper.Logger.SetLogLevel(5) const fn = "../files/vmtests/vmSha3Test.json" RunVmTest(fn, t) } -- cgit v1.2.3