Check for known block err and ignore

This commit is contained in:
obscuren
2014-12-02 11:37:33 +01:00
parent 9f7a8ea5e6
commit 99481a245a
5 changed files with 37 additions and 80 deletions

View File

@ -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)
}