diff --git a/tests/block_test.go b/tests/block_test.go index 15806b3eff..f146e4ee6a 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -63,6 +63,9 @@ func TestBlockchain(t *testing.T) { // With chain history removal, TDs become unavailable, this transition tests based on TTD are unrunnable bt.skipLoad(`.*bcArrowGlacierToParis/powToPosBlockRejection.json`) + // This directory contains no test. + bt.skipLoad(`.*\.meta/.*`) + bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) { execBlockTest(t, bt, test) })