mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
skip .meta dir
This commit is contained in:
parent
9b11ac163a
commit
6a7424d8d9
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ func TestBlockchain(t *testing.T) {
|
||||||
// With chain history removal, TDs become unavailable, this transition tests based on TTD are unrunnable
|
// With chain history removal, TDs become unavailable, this transition tests based on TTD are unrunnable
|
||||||
bt.skipLoad(`.*bcArrowGlacierToParis/powToPosBlockRejection.json`)
|
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) {
|
bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) {
|
||||||
execBlockTest(t, bt, test)
|
execBlockTest(t, bt, test)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue