diff options
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 |