skip .meta dir

This commit is contained in:
Sina Mahmoodi 2025-03-14 13:17:27 +01:00
parent 9b11ac163a
commit 6a7424d8d9

View file

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