aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test_util.go
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-07-03 15:40:07 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-07-03 15:40:07 +0800
commitff97059a992935d20106af69430f0fdd6376817a (patch)
tree024d5efabcc86cbd4c9073ace67bea4a3d318801 /tests/block_test_util.go
parentacd85fe95f025384885ed09560e32b227d80b26f (diff)
downloadgo-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar
go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.gz
go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.bz2
go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.lz
go-tangerine-ff97059a992935d20106af69430f0fdd6376817a.tar.xz
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.go2
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