diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-03 15:40:07 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-03 15:40:07 +0800 |
commit | ff97059a992935d20106af69430f0fdd6376817a (patch) | |
tree | 024d5efabcc86cbd4c9073ace67bea4a3d318801 /tests/block_test_util.go | |
parent | acd85fe95f025384885ed09560e32b227d80b26f (diff) | |
download | go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.gz go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.zst go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.zip |
Update Ethereum JSON tests, skip failing
Diffstat (limited to 'tests/block_test_util.go')
-rw-r--r-- | tests/block_test_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/block_test_util.go b/tests/block_test_util.go index 450ef86a1..67f6a1d18 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -129,7 +129,7 @@ func runBlockTests(bt map[string]*BlockTest, skipTests []string) error { // if the test should be skipped, return if skipTest[name] { glog.Infoln("Skipping block test", name) - return nil + continue } // test the block |